Skip to content

Commit

Permalink
fix(ci): sync base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Oct 7, 2023
1 parent 5579e23 commit fa2829f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-components-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa2829f

Please sign in to comment.