mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
README: name
This commit is contained in:
parent
f94f0e37fa
commit
a305c08e85
@ -20,7 +20,7 @@ An action that simply sends a mail to multiple recipients.
|
|||||||
subject: Github Actions job result
|
subject: Github Actions job result
|
||||||
# Required recipients' addresses:
|
# Required recipients' addresses:
|
||||||
to: obiwan@example.com,yoda@example.com
|
to: obiwan@example.com,yoda@example.com
|
||||||
# Required sender information (address can be skipped):
|
# Required sender full name (address can be skipped):
|
||||||
from: Luke Skywalker # <user@example.com>
|
from: Luke Skywalker # <user@example.com>
|
||||||
# Optional plain body:
|
# Optional plain body:
|
||||||
body: Build job of ${{github.repository}} completed successfully!
|
body: Build job of ${{github.repository}} completed successfully!
|
||||||
|
Loading…
Reference in New Issue
Block a user