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
|
||||
run: |
|
||||
TEMP_BRANCH="temp/version-bump-$(uuidgen)"
|
||||
echo "TEMP_BRANCH=$TEMP_BRANCH" >> $GITHUB_ENV
|
||||
git checkout -b "$TEMP_BRANCH"
|
||||
echo "TEMP_BRANCH=${TEMP_BRANCH}" >> "${GITHUB_ENV}"
|
||||
git checkout -b "${TEMP_BRANCH}"
|
||||
|
||||
- name: Bump Version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user