mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-05-30 03:49:45 +08:00
Add deprecated inputs to fix unbound variable issue
This commit is contained in:
parent
8ddf02de71
commit
76180511d9
12
action.yml
12
action.yml
@ -66,6 +66,18 @@ inputs:
|
||||
internal_git_binary:
|
||||
description: Internal use only! Path to git binary used to check if git is available. (Don't change this!)
|
||||
default: git
|
||||
skip_fetch:
|
||||
description: "Deprecated: skip_fetch has been removed in v6. It does not have any effect anymore."
|
||||
required: false
|
||||
default: false
|
||||
skip_checkout:
|
||||
description: "Deprecated: skip_checkout has been removed in v6. It does not have any effect anymore."
|
||||
required: false
|
||||
default: false
|
||||
create_branch:
|
||||
description: "Deprecated: create_branch has been removed in v6. It does not have any effect anymore."
|
||||
default: false
|
||||
|
||||
|
||||
outputs:
|
||||
changes_detected:
|
||||
|
Loading…
x
Reference in New Issue
Block a user