mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 17:12:08 +08:00
Let Action fail if git binary can't be located (#261)
* Check if git binary exists * Add Tests
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user