mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 06:14:06 +07:00
new content_type input
allow to set Content-Type HTTP header to a desired value
This commit is contained in:
@ -29,6 +29,10 @@ inputs:
|
||||
from:
|
||||
description: Full name of mail sender
|
||||
required: true
|
||||
content_type:
|
||||
description: Content-Type HTTP header (MIME type)
|
||||
required: false
|
||||
default: text/plain
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
|
Reference in New Issue
Block a user