mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
action: restore content_type and delete html
This commit is contained in:
parent
8b0be78c90
commit
5d128efdd4
@ -29,9 +29,10 @@ inputs:
|
||||
from:
|
||||
description: Full name of mail sender
|
||||
required: true
|
||||
html:
|
||||
description: Is body a HTML document?
|
||||
content_type:
|
||||
description: Content-Type HTTP header (MIME type)
|
||||
required: false
|
||||
default: text/plain
|
||||
runs:
|
||||
using: node12
|
||||
main: main.js
|
||||
|
Loading…
Reference in New Issue
Block a user