mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-07-31 10:47:21 +07:00
Add possibility to attach a file to mail
This commit is contained in:
@ -33,6 +33,9 @@ inputs:
|
||||
description: Content-Type HTTP header (text/html or text/plain)
|
||||
required: false
|
||||
default: text/plain
|
||||
attach_file:
|
||||
description: File path that will be added to mail message attachments
|
||||
required: false
|
||||
runs:
|
||||
using: node12
|
||||
main: main.js
|
||||
|
Reference in New Issue
Block a user