Update MirrorSync.yml

This commit is contained in:
Pesy Wu 2024-01-18 12:20:30 +08:00 committed by GitHub
parent 6229b96e44
commit 42eb447558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,5 +14,7 @@ jobs:
- name: 'Sync'
id: commit
run: |
git fetch --unshallow
git checkout master
git remote add gitea https://${{ secrets.GITEA_USERNAME }}:${{ secrets.GITEA_PASSWORD }}@git.bili33.top/GamerNoTitle/MHYY.git
git push gitea master