From 5984e60755c9fa579427ea58921dd705bb6187b8 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Thu, 22 Dec 2022 19:36:50 +0100 Subject: [PATCH] Test if info logs works --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index a964e7f..dfd890b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -64,6 +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."; else _log "error" "git-auto-commit could not find git binary. Please make sure git is available." exit 1;