From fa2829f5cb4690e4b86ca8668d3399613b04c71c Mon Sep 17 00:00:00 2001 From: ZakaryCode Date: Sat, 7 Oct 2023 12:09:29 +0800 Subject: [PATCH] fix(ci): sync base branch --- .github/workflows/sync-components-types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-components-types.yml b/.github/workflows/sync-components-types.yml index 0cdc16901fa..3e8156dce65 100644 --- a/.github/workflows/sync-components-types.yml +++ b/.github/workflows/sync-components-types.yml @@ -51,7 +51,7 @@ jobs: uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }} - base: master + base: next body: "sync components types" branch: "refactor/sync-types" commit-message: "refactor(types): sync components types"