diff --git a/.github/workflows/MirrorSync.yml b/.github/workflows/MirrorSync.yml index 49a4d14..0d78782 100644 --- a/.github/workflows/MirrorSync.yml +++ b/.github/workflows/MirrorSync.yml @@ -14,5 +14,5 @@ jobs: - name: 'Sync' id: commit run: | - git remote add gitea https://${{ secrets.GITEA_USERNAME }}:${{ secrets.GITEA_PASSWORD }}git.bili33.top/GamerNoTitle/MHYY.git + git remote add gitea https://${{ secrets.GITEA_USERNAME }}:${{ secrets.GITEA_PASSWORD }}@git.bili33.top/GamerNoTitle/MHYY.git git push gitea master