mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-23 19:08:47 +00:00
chore: sync to git.acwing.com
This commit is contained in:
parent
691b82df12
commit
addb35edac
16
.github/workflows/sync.yml
vendored
16
.github/workflows/sync.yml
vendored
@ -22,3 +22,19 @@ jobs:
|
||||
env:
|
||||
GIT_USERNAME: project_62_bot
|
||||
GIT_PASSWORD: ${{ secrets.GITSB_SYNC_TOKEN }}
|
||||
|
||||
acgit:
|
||||
name: Sync to AcGit
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Push to remote
|
||||
run: |
|
||||
git push --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