Skip to content

Commit

Permalink
fix branch name for automated PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Jun 7, 2024
1 parent 85652a3 commit a7a56e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
export CMAKE_NEW_VERSIONS="${CMAKE_NEW_VERSIONS} cmake-rc-v$(cat .latestrc_cmake_version)"
fi
if [[ -n "${CMAKE_NEW_VERSIONS}" ]]; then
# Get rid of leading space if any
# Get rid of blank space if any
CMAKE_NEW_VERSIONS="${CMAKE_NEW_VERSIONS// /}"
CMAKE_NEW_VERSIONS="${CMAKE_NEW_VERSIONS## }"
echo "CMAKE_NEW_VERSIONS=${CMAKE_NEW_VERSIONS}" >> "$GITHUB_ENV"
git add -u
Expand Down

0 comments on commit a7a56e4

Please sign in to comment.