Set proper error message

This commit is contained in:
Stefan Zweifel 2022-11-05 11:34:02 +01:00
parent 38a37d1bd4
commit c2499a189e
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ _check_if_git_is_available() {
echo "git found";
echo "::debug::git binary found";
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
exit 1
fi