Skip to content

Commit 20a6dcb

Browse files
committed
Use fill for creating pr body
1 parent 4d1c3b6 commit 20a6dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_config_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
contents: write
1212
steps:
1313
- name: create pull request
14-
run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --body ""
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)