README: mention latest change

This commit is contained in:
Dawid Dziurla 2019-12-06 10:30:05 +01:00
parent f50066a2fe
commit ae69498bf4
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -13,7 +13,10 @@ An action that simply sends a mail to multiple recipients.
username: ${{secrets.MAIL_USERNAME}}
password: ${{secrets.MAIL_PASSWORD}}
subject: Github Actions job result
# Literal body
body: Build job of ${{github.repository}} completed successfully!
# Read file contents as body:
body: README.md
to: obiwan@tatooine.com,yoda@dagobah.com
from: Luke Skywalker
```