From 784c42acec350c8c1a44e047ccccdc5a405aace4 Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Wed, 19 Aug 2020 11:56:10 +0100 Subject: [PATCH] Make extra fields optional --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a4bc2df..2cfcbaa 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: true extraFields: description: A JSON map specifying any additional fields to set in the create issue payload - required: true + required: false default: '{}' outputs: issue: