diff --git a/entrypoint.sh b/entrypoint.sh index 5661a91..d0e31f5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -49,6 +49,7 @@ _check_if_git_is_available() { echo "git found"; echo "::debug::git binary found"; else + echo "::error ::git not found. git-auto-commit requires git to be available." echo "git not found. git-auto-commit requires git to be available." >&2 exit 1 fi