From 93da886cc5285cbeffd4a37d0a2cc5ea457d7fe0 Mon Sep 17 00:00:00 2001 From: Irene Alvarado Date: Fri, 28 May 2021 11:56:40 -0400 Subject: [PATCH] Add correct required param to authorization input --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index f75dafe..e5a8482 100644 --- a/action.yml +++ b/action.yml @@ -10,6 +10,7 @@ inputs: required: false authorization: description: 'A string to send as a header for authorizing API requests.' + required: false mask: description: 'A string array of secrets to strip from the http_url or a string boolean' required: false