We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d54a5ee + 05c12de commit 22bf19bCopy full SHA for 22bf19b
1 file changed
.github/workflows/update_config_branch.yml
@@ -14,6 +14,6 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
- name: Create pull request
17
- run: gh pr create --base v4.x --title "Bump v4.x branch on release publish" --body ""
+ run: gh pr create --base v4.x --head main --title "Bump v4.x branch on release publish" --body ""
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments