Skip to content

Commit 9b5fcef

Browse files
authored
Merge pull request #9 from Kuuuube/fix-create-pr
Fix pr create action
2 parents 9d32151 + 20a6dcb commit 9b5fcef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update_config_branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
types: [published]
66

77
jobs:
8-
build-win:
8+
create-pr:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write
1212
steps:
1313
- name: create pull request
14-
run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish"
14+
run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --fill
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)