From 34ab21759c1a09c45535c9717337385f1e607602 Mon Sep 17 00:00:00 2001 From: dengfuping Date: Fri, 8 Mar 2024 21:09:27 +0800 Subject: [PATCH] 111 --- .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 ee706670c..4d370f336 100644 --- a/.github/workflows/sync-feature-branch.yml +++ b/.github/workflows/sync-feature-branch.yml @@ -35,4 +35,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git remote set-url --push origin feature:feature https://dengfuping:$GITHUB_TOKEN@github.com/dengfuping/oceanbase-design + git remote set-url --push origin https://dengfuping:$GITHUB_TOKEN@github.com/dengfuping/oceanbase-design