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