We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cd1cb commit 05c12deCopy full SHA for 05c12de
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