From dee58f4213fa2ce05f8b11b983fca79b01ab0b80 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Tue, 22 Feb 2022 20:02:04 +0100 Subject: [PATCH] Remove nbsp from entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a89bea4c..3b0c85e8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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";