mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-12-26 19:13:06 +07:00
workflow: send mail to pusher too
This commit is contained in:
parent
2f26726c4f
commit
df3751004c
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -25,5 +25,5 @@ jobs:
|
|||||||
password: ${{secrets.PASSWORD}}
|
password: ${{secrets.PASSWORD}}
|
||||||
subject: ${{github.repository}}
|
subject: ${{github.repository}}
|
||||||
body: ${{matrix.body}}
|
body: ${{matrix.body}}
|
||||||
to: ${{secrets.USERNAME}}
|
to: ${{github.event.pusher.email}},${{secrets.USERNAME}}
|
||||||
from: github-actions
|
from: github-actions
|
Loading…
Reference in New Issue
Block a user