JBLSChecker/.github/workflows/MirrorSync.yml
GamerNoTitle aa11762faa
Some checks failed
SyncMirror / sync (push) Has been cancelled
Update
2024-09-22 18:40:09 +08:00

21 lines
377 B
YAML

name: "SyncMirror"
on:
workflow_dispatch:
push:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: "Checkout codes"
uses: actions/checkout@v2
- name: "Sync"
id: commit
run: |
git fetch --unshallow
git checkout master
git remote add gitea ${{ secrets.GITEA_URL }}
git push gitea master