mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-12-03 19:16:27 +00:00
fix: ci
This commit is contained in:
parent
4c51e71a26
commit
5d736be5e0
4
.github/workflows/sync.yml
vendored
4
.github/workflows/sync.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user