mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-29 05:39:51 +08:00
修改镜像地址同步顺序
This commit is contained in:
12
.github/workflows/sync_mirrors_git.yml
vendored
12
.github/workflows/sync_mirrors_git.yml
vendored
@@ -29,6 +29,12 @@ jobs:
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
- name: Sync to CNB
|
||||
run: |
|
||||
git remote add cnb https://cnb.cool/bettergi/bettergi-scripts-list.git || true
|
||||
git push https://cnb:${{ secrets.CNB_TOKEN }}@cnb.cool/bettergi/bettergi-scripts-list.git --all --force
|
||||
continue-on-error: true
|
||||
|
||||
- name: Sync to GitCode
|
||||
run: |
|
||||
@@ -36,12 +42,6 @@ jobs:
|
||||
git push https://huiyadanli:${{ secrets.GITCODE_TOKEN }}@gitcode.com/huiyadanli/bettergi-scripts-list.git --all --force
|
||||
continue-on-error: true
|
||||
|
||||
- name: Sync to CNB
|
||||
run: |
|
||||
git remote add cnb https://cnb.cool/bettergi/bettergi-scripts-list.git || true
|
||||
git push https://cnb:${{ secrets.CNB_TOKEN }}@cnb.cool/bettergi/bettergi-scripts-list.git --all --force
|
||||
continue-on-error: true
|
||||
|
||||
- name: Sync to Gitee
|
||||
run: |
|
||||
git remote add gitee https://gitee.com/babalae/bettergi-scripts-list.git || true
|
||||
|
||||
Reference in New Issue
Block a user