Quote variables in temporary branch creation
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/versioning.yml
vendored
4
.github/workflows/versioning.yml
vendored
@@ -31,8 +31,8 @@ jobs:
|
|||||||
- name: Create Temporary Branch
|
- name: Create Temporary Branch
|
||||||
run: |
|
run: |
|
||||||
TEMP_BRANCH="temp/version-bump-$(uuidgen)"
|
TEMP_BRANCH="temp/version-bump-$(uuidgen)"
|
||||||
echo "TEMP_BRANCH=$TEMP_BRANCH" >> $GITHUB_ENV
|
echo "TEMP_BRANCH=${TEMP_BRANCH}" >> "${GITHUB_ENV}"
|
||||||
git checkout -b "$TEMP_BRANCH"
|
git checkout -b "${TEMP_BRANCH}"
|
||||||
|
|
||||||
- name: Bump Version
|
- name: Bump Version
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user