We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf33a3 commit 5e6e252Copy full SHA for 5e6e252
.github/workflows/create-hotfix.yml
@@ -21,5 +21,5 @@ jobs:
21
HOTFIX_BRANCH: hotfix
22
run: |
23
# create hotfix branch from commit hash of the latest 'Version Packages'
24
- git checkout -b $TEMP_BRANCH_NAME $(git log origin/main -1 --grep='^Version Packages' --author='github-actions\[bot\]' --pretty=format:"%H")
25
- git push origin $TEMP_BRANCH_NAME
+ git checkout -b $HOTFIX_BRANCH $(git log origin/main -1 --grep='^Version Packages' --author='github-actions\[bot\]' --pretty=format:"%H")
+ git push origin $HOTFIX_BRANCH
0 commit comments