Let Action fail if git binary can't be located (#261)

* Check if git binary exists

* Add Tests
This commit is contained in:
Stefan Zweifel
2022-11-05 11:53:46 +01:00
committed by GitHub
parent 7106b2184a
commit 0b007fbd11
3 changed files with 25 additions and 0 deletions

View File

@@ -70,6 +70,9 @@ inputs:
create_branch:
description: Create new branch with the name of `branch`-input in local and remote repository, if it doesn't exist yet.
default: false
internal_git_binary:
description: Internal use only! Path to git binary used to check if git is available. (Don't change this!)
default: git
outputs:
changes_detected: