README: name

This commit is contained in:
Dawid Dziurla 2021-04-25 16:30:16 +02:00
parent f94f0e37fa
commit a305c08e85
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -20,7 +20,7 @@ An action that simply sends a mail to multiple recipients.
subject: Github Actions job result
# Required recipients' addresses:
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>
# Optional plain body:
body: Build job of ${{github.repository}} completed successfully!