diff --git a/entrypoint.sh b/entrypoint.sh index dfd890b..4f5c42d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -64,7 +64,7 @@ _main() { _check_if_git_is_available() { if hash -- "$INPUT_INTERNAL_GIT_BINARY" 2> /dev/null; then _log "debug" "git binary found."; - _log "info" "git binary found."; + _log "notice" "git binary found."; else _log "error" "git-auto-commit could not find git binary. Please make sure git is available." exit 1;