We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e4496 commit 4d1c3b6Copy full SHA for 4d1c3b6
1 file changed
.github/workflows/update_config_branch.yml
@@ -5,12 +5,12 @@ on:
5
types: [published]
6
7
jobs:
8
- build-win:
+ create-pr:
9
runs-on: ubuntu-latest
10
permissions:
11
contents: write
12
steps:
13
- name: create pull request
14
- run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish"
+ run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --body ""
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments