mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
19 lines
449 B
YAML
19 lines
449 B
YAML
# Sync repo to the Codeberg mirror
|
|
name: Repo sync GitHub -> Codeberg
|
|
on:
|
|
push:
|
|
branches:
|
|
- '**'
|
|
|
|
jobs:
|
|
codeberg:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4.1.7
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: yesolutions/mirror-action@master
|
|
with:
|
|
REMOTE: "https://codeberg.org/ottoptj/yamlauncher.git"
|
|
GIT_USERNAME: ottop
|
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|