diff --git a/.github/workflows/sync-feature-branch.yml b/.github/workflows/sync-feature-branch.yml index fb454e9df..a4a4d6351 100644 --- a/.github/workflows/sync-feature-branch.yml +++ b/.github/workflows/sync-feature-branch.yml @@ -28,4 +28,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git push https://dengfuping:$GITHUB_TOKEN@github.com/dengfuping/oceanbase-design feature:feature + git push -f https://dengfuping:$GITHUB_TOKEN@github.com/dengfuping/oceanbase-design feature:feature