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