action: more descriptive descriptions

This commit is contained in:
Dawid Dziurla 2020-03-27 09:52:00 +01:00 committed by GitHub
parent 56a64662b4
commit ac180b7bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@ inputs:
description: Subject of mail message description: Subject of mail message
required: true required: true
body: 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 required: true
to: to:
description: Recipients mail addresses (separated with comma) description: Recipients mail addresses (separated with comma)
required: true required: true
from: from:
description: Full name of mail sender description: Full name of mail sender (might be with an email address specified in <>)
required: true required: true
content_type: content_type:
description: Content-Type HTTP header (text/html or text/plain) description: Content-Type HTTP header (text/html or text/plain)