Skip to content

Commit

Permalink
README: mention latest change
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Dec 6, 2019
1 parent f50066a commit ae69498
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected],[email protected]
from: Luke Skywalker
```

0 comments on commit ae69498

Please sign in to comment.