mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
workflows: fix
This commit is contained in:
parent
a305c08e85
commit
21a68c2b95
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
|||||||
password: ${{secrets.PASSWORD}}
|
password: ${{secrets.PASSWORD}}
|
||||||
subject: ${{matrix.subject}}
|
subject: ${{matrix.subject}}
|
||||||
body: ${{matrix.body}}
|
body: ${{matrix.body}}
|
||||||
|
html_body: ${{matrix.html_body}}
|
||||||
to: ${{github.event.pusher.email}}
|
to: ${{github.event.pusher.email}}
|
||||||
from: github-actions
|
from: github-actions
|
||||||
attachments: ${{matrix.attachments}}
|
attachments: ${{matrix.attachments}}
|
||||||
|
Loading…
Reference in New Issue
Block a user