namespacing actions branch

This commit is contained in:
Taj
2022-12-16 13:40:38 +00:00
parent 54204167b6
commit 2723816a5a

View File

@@ -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: >