Update action.yml descriptions

This commit is contained in:
Stefan Zweifel 2022-02-27 07:46:26 +01:00
parent 0d13a0cd88
commit 3bdf67b8b7
1 changed files with 2 additions and 2 deletions

View File

@ -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: