mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-12-26 19:13:06 +07:00
action: add ignore_cert input
This commit is contained in:
parent
3082f5221c
commit
a2f920a18b
@ -35,6 +35,9 @@ inputs:
|
|||||||
bcc:
|
bcc:
|
||||||
description: Blind carbon copy recipients (separated with comma)
|
description: Blind carbon copy recipients (separated with comma)
|
||||||
required: false
|
required: false
|
||||||
|
ignore_cert:
|
||||||
|
description: Allow unsigned/invalid certificates
|
||||||
|
required: false
|
||||||
content_type:
|
content_type:
|
||||||
description: Content-Type HTTP header (text/html or text/plain)
|
description: Content-Type HTTP header (text/html or text/plain)
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user