mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-12-04 19:46:28 +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
|
fetch-depth: 0
|
||||||
- name: Push to remote
|
- name: Push to remote
|
||||||
run: |
|
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:
|
env:
|
||||||
GIT_USERNAME: project_62_bot
|
GIT_USERNAME: project_62_bot
|
||||||
GIT_PASSWORD: ${{ secrets.GITSB_SYNC_TOKEN }}
|
GIT_PASSWORD: ${{ secrets.GITSB_SYNC_TOKEN }}
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Push to remote
|
- name: Push to remote
|
||||||
run: |
|
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:
|
env:
|
||||||
GIT_USERNAME: project_9950_bot
|
GIT_USERNAME: project_9950_bot
|
||||||
GIT_PASSWORD: ${{ secrets.ACGIT_SYNC_TOKEN }}
|
GIT_PASSWORD: ${{ secrets.ACGIT_SYNC_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user