Skip to content

Commit

Permalink
Merge pull request #217 from zowe/fix-workflow
Browse files Browse the repository at this point in the history
Use the same branch name
  • Loading branch information
awharn authored Oct 10, 2023
2 parents 353058b + 419533c commit 54f510e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Branch
run: |
version_name="${{ github.event.inputs.version }}"
branch_name="update-versions-${version_name}"
branch_name="v$version_name/master"
git checkout -b "$branch_name"
- name: Get and Change Component Versions
Expand Down

0 comments on commit 54f510e

Please sign in to comment.