From 5d128efdd4be1fa94a25eef079ddda54bff120ab Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 13:32:34 +0100 Subject: [PATCH] action: restore content_type and delete html --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a55196c9..ac5a392f 100644 --- a/action.yml +++ b/action.yml @@ -29,9 +29,10 @@ inputs: from: description: Full name of mail sender required: true - html: - description: Is body a HTML document? + content_type: + description: Content-Type HTTP header (MIME type) required: false + default: text/plain runs: using: node12 main: main.js