We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5420416 commit 2723816Copy full SHA for 2723816
1 file changed
.github/workflows/bump-cli.yml
@@ -26,8 +26,8 @@ jobs:
26
uses: ./.github/actions/create-pr
27
with:
28
token: ${{ github.token }}
29
- base-branch: refs/heads/main
30
- head-branch: bump-cli
+ base-branch: main
+ head-branch: github-action/bump-cli
31
commit-message: Bump CLI version from ${{ env.PREVIOUS_VERSION }} to ${{ env.LATEST_VERSION }} for integration tests
32
title: Bump CLI Version to ${{ env.LATEST_VERSION }} for integration tests
33
body: >
0 commit comments