🤘 Implementation for #59 to support username and password as optional (#60)

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
Javier de Pedro López
2021-06-14 20:04:27 +02:00
committed by GitHub
parent 98b61f505d
commit db36373cbe
4 changed files with 22 additions and 28 deletions

View File

@ -13,10 +13,10 @@ inputs:
required: true
username:
description: Authenticate as this user to SMTP server
required: true
required: false
password:
description: Authenticate with this password to SMTP server
required: true
required: false
subject:
description: Subject of mail message
required: true