From 9d8065ab34d95cd10a225ec1bd121d6bf326a7b3 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 22 Dec 2022 19:43:16 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9Cnotice=E2=80=9D=20log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4f5c42d..a964e7f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -64,7 +64,6 @@ _main() { _check_if_git_is_available() { if hash -- "$INPUT_INTERNAL_GIT_BINARY" 2> /dev/null; then _log "debug" "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;