README: content_type -> html

This commit is contained in:
Dawid Dziurla 2020-02-29 23:10:39 +01:00
parent 3e56585910
commit 4cc4b25488
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -19,6 +19,6 @@ An action that simply sends a mail to multiple recipients.
body: file://README.md
to: obiwan@tatooine.com,yoda@dagobah.com
from: Luke Skywalker
# Optional content type:
content_type: text/html
# Is body a HTML document?:
html: true
```