From b1ee848a99e2093a2aa1b834e0080846438b6fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:46:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=90=8C=E6=AD=A5=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync_mirrors_git.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync_mirrors_git.yml b/.github/workflows/sync_mirrors_git.yml index 9a0533f13..c72d4a110 100644 --- a/.github/workflows/sync_mirrors_git.yml +++ b/.github/workflows/sync_mirrors_git.yml @@ -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