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

View File

@ -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)