Made "to" optional (incase cc or bcc is provided) (#183)

* Added made to optional (incase cc or bcc is provided)

* updated action.yml
This commit is contained in:
Jatin Dehmiwal
2023-09-27 12:19:06 +05:30
committed by GitHub
parent e3f3ba4f86
commit 48476814b0
2 changed files with 7 additions and 2 deletions

View File

@ -23,7 +23,7 @@ inputs:
required: true
to:
description: Recipients mail addresses (separated with comma)
required: true
required: false
from:
description: Full name of mail sender (might be with an email address specified in <>)
required: true