From 42c4e47aa13a5c7b47441c52abeb463d1bf160f6 Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Sun, 23 Nov 2025 14:34:35 +0800 Subject: [PATCH] feat: push cnb --- .github/workflows/sync-to-cnb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-cnb.yml b/.github/workflows/sync-to-cnb.yml index cbfe49e..9953545 100644 --- a/.github/workflows/sync-to-cnb.yml +++ b/.github/workflows/sync-to-cnb.yml @@ -10,6 +10,7 @@ jobs: fetch-depth: 0 - name: Sync to CNB Repository + # -e PLUGIN_FORCE="true" \ run: | docker run --rm \ -v ${{ github.workspace }}:${{ github.workspace }} \ @@ -18,6 +19,5 @@ jobs: -e PLUGIN_AUTH_TYPE="https" \ -e PLUGIN_USERNAME="cnb" \ -e PLUGIN_PASSWORD=${{ secrets.CNB_ACCESS_TOKEN }} \ - -e PLUGIN_FORCE="true" \ -e PLUGIN_BRANCH="main" \ tencentcom/git-sync \ No newline at end of file