mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-06-16 16:38:51 +00:00
Test if info logs works
This commit is contained in:
parent
48f54e7dfa
commit
5984e60755
@ -64,6 +64,7 @@ _main() {
|
|||||||
_check_if_git_is_available() {
|
_check_if_git_is_available() {
|
||||||
if hash -- "$INPUT_INTERNAL_GIT_BINARY" 2> /dev/null; then
|
if hash -- "$INPUT_INTERNAL_GIT_BINARY" 2> /dev/null; then
|
||||||
_log "debug" "git binary found.";
|
_log "debug" "git binary found.";
|
||||||
|
_log "info" "git binary found.";
|
||||||
else
|
else
|
||||||
_log "error" "git-auto-commit could not find git binary. Please make sure git is available."
|
_log "error" "git-auto-commit could not find git binary. Please make sure git is available."
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user