Test if info logs works

This commit is contained in:
Stefan Zweifel 2022-12-22 19:36:50 +01:00
parent 48f54e7dfa
commit 5984e60755
1 changed files with 1 additions and 0 deletions

View File

@ -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;