mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Remove nbsp from entrypoint.sh
This commit is contained in:
parent
248fbacc3e
commit
dee58f4213
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user