From 5c3a0384ce8fb2016e67859c006f12641c93eaad Mon Sep 17 00:00:00 2001 From: Irene Alvarado Date: Wed, 26 May 2021 12:19:50 -0400 Subject: [PATCH] Fix description of mask in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e2fc59f..d47aa30 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'A URL containing data to fetch.' required: false mask: - description: 'A string array of secrets to strip from the http_url' + description: 'A string array of secrets to strip from the http_url or a string boolean' required: false sql_connstring: description: 'A connection string for making a SQL query.'