From ac180b7bd9c823f035fc0bbdf9b66f26e44e1f2a Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Fri, 27 Mar 2020 09:52:00 +0100 Subject: [PATCH] action: more descriptive descriptions --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 19555a19..739a1c08 100644 --- a/action.yml +++ b/action.yml @@ -21,13 +21,13 @@ inputs: description: Subject of mail message required: true body: - description: Body of mail message (might be a filename to read from) + description: Body of mail message (might be a filename prefixed with file:// to read from) required: true to: description: Recipients mail addresses (separated with comma) required: true from: - description: Full name of mail sender + description: Full name of mail sender (might be with an email address specified in <>) required: true content_type: description: Content-Type HTTP header (text/html or text/plain)