From 5b924828c0b1c93bca1a91fe86f0e2c393254695 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 2 Apr 2021 00:02:58 +0200 Subject: [PATCH] README: mention ignore_cert --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bff8b3..1ed3414 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ An action that simply sends a mail to multiple recipients. cc: kyloren@example.com,leia@example.com # Optional blind carbon copy recipients bcc: r2d2@example.com,hansolo@example.com + # Optional unsigned/invalid certificates allowance: + ignore_cert: true # Optional content type (defaults to text/plain): content_type: text/html # Optional converting Markdown to HTML (set content_type to text/html too):