Attach multiple files to mail message

This commit is contained in:
Roman Isko
2020-04-07 11:14:31 +03:00
parent 1733012f4d
commit c2ca628a67
3 changed files with 16 additions and 8 deletions

View File

@ -33,8 +33,8 @@ 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
attach_files:
description: File paths (separated with comma) that will be added to mail message attachments
required: false
runs:
using: node12