Added ability to adjust priority to the mail message (#66) (#67)

* Added ability to adjust priority to the mail message (#66)

Co-authored-by: John Pastore <cbbm142@github.com>
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
cbbm142
2021-07-02 12:33:56 -04:00
committed by GitHub
parent db36373cbe
commit 44663f34dd
4 changed files with 9 additions and 1 deletions

View File

@ -53,6 +53,9 @@ inputs:
attachments:
description: Files that will be added to mail message attachments (separated with comma)
required: false
priority:
description: Set Priority level for the mail message to 'high', 'normal' (default) or 'low'
required: false
runs:
using: node12
main: main.js