We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6dc93 commit d32b6eeCopy full SHA for d32b6ee
.github/actions/set-up-bazel/action.yaml
@@ -46,7 +46,7 @@ runs:
46
if [[ -n "${{inputs.bazel-version}}" ]]; then
47
version="${{inputs.bazel-version}}"
48
elif [[ -f ".bazelversion" ]]; then
49
- version="$(cat .bazelversion | tr -d ' \n\r')"
+ version="$(tr -d ' \n\r' <.bazelversion)"
50
else
51
echo "::error::Bazel version has not been specified."
52
exit 1
0 commit comments