Update action.yml descriptions
This commit is contained in:
parent
0d13a0cd88
commit
3bdf67b8b7
|
@ -25,7 +25,7 @@ inputs:
|
|||
required: false
|
||||
default: ''
|
||||
file_pattern:
|
||||
description: File pattern used for `git add`. For example `src/\*.js`
|
||||
description: File pattern used for `git add`. For example `src/*.js`
|
||||
required: false
|
||||
default: '.'
|
||||
repository:
|
||||
|
@ -68,7 +68,7 @@ inputs:
|
|||
description: Stop the shell from expanding filenames (https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html)
|
||||
default: false
|
||||
create_branch:
|
||||
description: Checkout new local branch and try to create new branch on remote.
|
||||
description: Create new branch with the name of `branch`-input in local and remote repository, if it doesn't exist yet.
|
||||
default: false
|
||||
|
||||
outputs:
|
||||
|
|
Loading…
Reference in New Issue