From 67937e525216eb25d656fb2691944f1952bba07a Mon Sep 17 00:00:00 2001 From: chaos-zhu Date: Sun, 23 Nov 2025 14:31:29 +0800 Subject: [PATCH] feat: force push --- .github/workflows/sync-to-cnb.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-cnb.yml b/.github/workflows/sync-to-cnb.yml index 260d7c4..cbfe49e 100644 --- a/.github/workflows/sync-to-cnb.yml +++ b/.github/workflows/sync-to-cnb.yml @@ -18,5 +18,6 @@ jobs: -e PLUGIN_AUTH_TYPE="https" \ -e PLUGIN_USERNAME="cnb" \ -e PLUGIN_PASSWORD=${{ secrets.CNB_ACCESS_TOKEN }} \ - -e PLUGIN_SYNC_MODE="rebase" \ + -e PLUGIN_FORCE="true" \ + -e PLUGIN_BRANCH="main" \ tencentcom/git-sync \ No newline at end of file