mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
workflows: send only to pusher
This commit is contained in:
parent
5b4b61f0c4
commit
ce64ae4df1
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -35,6 +35,6 @@ jobs:
|
|||||||
password: ${{secrets.PASSWORD}}
|
password: ${{secrets.PASSWORD}}
|
||||||
subject: ${{github.repository}}
|
subject: ${{github.repository}}
|
||||||
body: ${{matrix.body}}
|
body: ${{matrix.body}}
|
||||||
to: ${{github.event.pusher.email}},${{secrets.USERNAME}}
|
to: ${{github.event.pusher.email}}
|
||||||
from: github-actions
|
from: github-actions
|
||||||
content_type: ${{matrix.content_type}}
|
content_type: ${{matrix.content_type}}
|
Loading…
Reference in New Issue
Block a user