mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +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}}
|
||||
subject: ${{github.repository}}
|
||||
body: ${{matrix.body}}
|
||||
to: ${{secrets.USERNAME}}
|
||||
to: ${{github.event.pusher.email}},${{secrets.USERNAME}}
|
||||
from: github-actions
|
Loading…
Reference in New Issue
Block a user