Remove nbsp from entrypoint.sh

This commit is contained in:
Stefan Zweifel 2022-02-22 20:02:04 +01:00
parent 248fbacc3e
commit dee58f4213

View File

@ -47,7 +47,7 @@ _git_is_dirty() {
_switch_to_branch() {
echo "INPUT_BRANCH value: $INPUT_BRANCH";
# Fetch remote to make sure that repo can be switched to the right branch.
# Fetch remote to make sure that repo can be switched to the right branch.
if "$INPUT_SKIP_FETCH"; then
echo "::debug::git-fetch has not been executed";