Skip to content

Commit 2723816

Browse files
committed
namespacing actions branch
1 parent 5420416 commit 2723816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bump-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
uses: ./.github/actions/create-pr
2727
with:
2828
token: ${{ github.token }}
29-
base-branch: refs/heads/main
30-
head-branch: bump-cli
29+
base-branch: main
30+
head-branch: github-action/bump-cli
3131
commit-message: Bump CLI version from ${{ env.PREVIOUS_VERSION }} to ${{ env.LATEST_VERSION }} for integration tests
3232
title: Bump CLI Version to ${{ env.LATEST_VERSION }} for integration tests
3333
body: >

0 commit comments

Comments
 (0)