From d625ec8b285fac664f7b2f5f3f59b2c2a33689b4 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 18 Dec 2019 11:58:17 +0100 Subject: [PATCH] Update Description of inputs --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 9fd2826..88136ed 100644 --- a/action.yml +++ b/action.yml @@ -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: '.'