Update MirrorSync.yml
This commit is contained in:
parent
6229b96e44
commit
42eb447558
2
.github/workflows/MirrorSync.yml
vendored
2
.github/workflows/MirrorSync.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user