mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-12 23:01:06 +07:00
README: mention latest change
This commit is contained in:
parent
f50066a2fe
commit
ae69498bf4
@ -13,7 +13,10 @@ An action that simply sends a mail to multiple recipients.
|
|||||||
username: ${{secrets.MAIL_USERNAME}}
|
username: ${{secrets.MAIL_USERNAME}}
|
||||||
password: ${{secrets.MAIL_PASSWORD}}
|
password: ${{secrets.MAIL_PASSWORD}}
|
||||||
subject: Github Actions job result
|
subject: Github Actions job result
|
||||||
|
# Literal body
|
||||||
body: Build job of ${{github.repository}} completed successfully!
|
body: Build job of ${{github.repository}} completed successfully!
|
||||||
|
# Read file contents as body:
|
||||||
|
body: README.md
|
||||||
to: obiwan@tatooine.com,yoda@dagobah.com
|
to: obiwan@tatooine.com,yoda@dagobah.com
|
||||||
from: Luke Skywalker
|
from: Luke Skywalker
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user