Add possibility to attach a file to mail

This commit is contained in:
Roman Isko
2020-04-07 09:46:19 +03:00
parent 67e2095a53
commit d4b4fe8144
2 changed files with 7 additions and 0 deletions

View File

@ -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