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