yamf_launcher/.github/workflows/blank.yml
2024-08-11 23:59:36 +03:00

19 lines
445 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@v2
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 }}