diff --git a/action.yml b/action.yml index a66f8b6..0c30824 100644 --- a/action.yml +++ b/action.yml @@ -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: