From d5c3763d51792b3340ac28f063e4f55488879a74 Mon Sep 17 00:00:00 2001 From: dengfuping Date: Tue, 12 Mar 2024 14:21:57 +0800 Subject: [PATCH] fix(workflow): push force to avoid updates rejected --- .github/workflows/sync-feature-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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