mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-12-06 02:09:04 +00:00
Update Description of inputs
This commit is contained in:
parent
e870f94840
commit
d625ec8b28
@ -8,17 +8,17 @@ inputs:
|
|||||||
description: Commit message
|
description: Commit message
|
||||||
required: true
|
required: true
|
||||||
commit_options:
|
commit_options:
|
||||||
description: Commit options
|
description: Commit options (eg. --no-verify)
|
||||||
required: false
|
required: false
|
||||||
branch:
|
branch:
|
||||||
description: Branch where changes should be pushed too
|
description: Branch name where changes should be pushed too
|
||||||
required: true
|
required: true
|
||||||
file_pattern:
|
file_pattern:
|
||||||
description: File pattern used for "git add"
|
description: File pattern used for "git add"
|
||||||
required: false
|
required: false
|
||||||
default: '.'
|
default: '.'
|
||||||
repository:
|
repository:
|
||||||
description: Path to repository
|
description: Path to git repository
|
||||||
required: false
|
required: false
|
||||||
default: '.'
|
default: '.'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user