Set proper error message
This commit is contained in:
parent
38a37d1bd4
commit
c2499a189e
|
@ -49,6 +49,7 @@ _check_if_git_is_available() {
|
||||||
echo "git found";
|
echo "git found";
|
||||||
echo "::debug::git binary found";
|
echo "::debug::git binary found";
|
||||||
else
|
else
|
||||||
|
echo "::error ::git not found. git-auto-commit requires git to be available."
|
||||||
echo "git not found. git-auto-commit requires git to be available." >&2
|
echo "git not found. git-auto-commit requires git to be available." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue