From 1f6bf5e4c0a1bd5d77ed6864a3efea93d992c780 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Wed, 22 Apr 2020 20:39:08 +0200 Subject: [PATCH] Set default value for commit_options --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 2ca3947..ab0ed98 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,7 @@ inputs: commit_options: description: Commit options (eg. --no-verify) required: false + default: '' file_pattern: description: File pattern used for `git add`. For example `src/\*.js` required: false