From 71319842194980a7321658fa09061ccb169fbb1f Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 24 Mar 2020 14:03:58 +0100 Subject: [PATCH] action: mention supporting only text/plain and text/html --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ac5a392f..19555a19 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: description: Full name of mail sender required: true content_type: - description: Content-Type HTTP header (MIME type) + description: Content-Type HTTP header (text/html or text/plain) required: false default: text/plain runs: