Skip to content

Commit

Permalink
Remove nbsp from entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Feb 22, 2022
1 parent 248fbac commit dee58f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -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";
Expand Down

0 comments on commit dee58f4

Please sign in to comment.