mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-01-12 00:56:03 +08:00
workflows: send only to pusher
This commit is contained in:
parent
5b4b61f0c4
commit
ce64ae4df1
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -35,6 +35,6 @@ jobs:
|
||||
password: ${{secrets.PASSWORD}}
|
||||
subject: ${{github.repository}}
|
||||
body: ${{matrix.body}}
|
||||
to: ${{github.event.pusher.email}},${{secrets.USERNAME}}
|
||||
to: ${{github.event.pusher.email}}
|
||||
from: github-actions
|
||||
content_type: ${{matrix.content_type}}
|
||||
content_type: ${{matrix.content_type}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user