0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-03 19:16:27 +00:00
This commit is contained in:
Baoshuo Ren 2022-05-28 20:53:14 +08:00
parent 4c51e71a26
commit 5d736be5e0
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: Push to remote
run: |
git push --force "https://$GIT_USERNAME:$GIT_PASSWORD@git.sb/baoshuo/OI-codes.git"
git push --no-verify --force "https://$GIT_USERNAME:$GIT_PASSWORD@git.sb/baoshuo/OI-codes.git"
env:
GIT_USERNAME: project_62_bot
GIT_PASSWORD: ${{ secrets.GITSB_SYNC_TOKEN }}
@ -34,7 +34,7 @@ jobs:
fetch-depth: 0
- name: Push to remote
run: |
git push --force "https://$GIT_USERNAME:$GIT_PASSWORD@git.acwing.com/baoshuo/OI-codes.git"
git push --no-verify --force "https://$GIT_USERNAME:$GIT_PASSWORD@git.acwing.com/baoshuo/OI-codes.git"
env:
GIT_USERNAME: project_9950_bot
GIT_PASSWORD: ${{ secrets.ACGIT_SYNC_TOKEN }}