namespacing actions branch
This commit is contained in:
4
.github/workflows/bump-cli.yml
vendored
4
.github/workflows/bump-cli.yml
vendored
@@ -26,8 +26,8 @@ jobs:
|
|||||||
uses: ./.github/actions/create-pr
|
uses: ./.github/actions/create-pr
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
base-branch: refs/heads/main
|
base-branch: main
|
||||||
head-branch: bump-cli
|
head-branch: github-action/bump-cli
|
||||||
commit-message: Bump CLI version from ${{ env.PREVIOUS_VERSION }} to ${{ env.LATEST_VERSION }} for integration tests
|
commit-message: Bump CLI version from ${{ env.PREVIOUS_VERSION }} to ${{ env.LATEST_VERSION }} for integration tests
|
||||||
title: Bump CLI Version to ${{ env.LATEST_VERSION }} for integration tests
|
title: Bump CLI Version to ${{ env.LATEST_VERSION }} for integration tests
|
||||||
body: >
|
body: >
|
||||||
|
|||||||
Reference in New Issue
Block a user