From 3bdf67b8b7446ddb9e9b9753334ac9cc1f2dc8c6 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 27 Feb 2022 07:46:26 +0100 Subject: [PATCH] Update action.yml descriptions --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: