From a2f920a18bf81008e70b31d86bcd68ab2677b10c Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 2 Apr 2021 00:02:46 +0200 Subject: [PATCH] action: add ignore_cert input --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 6a316dd..ce14298 100644 --- a/action.yml +++ b/action.yml @@ -35,6 +35,9 @@ inputs: bcc: description: Blind carbon copy recipients (separated with comma) required: false + ignore_cert: + description: Allow unsigned/invalid certificates + required: false content_type: description: Content-Type HTTP header (text/html or text/plain) required: false