mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
workflows: without address in from input
This commit is contained in:
parent
ac180b7bd9
commit
b961a9185a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -36,5 +36,5 @@ jobs:
|
||||
subject: ${{github.repository}}
|
||||
body: ${{matrix.body}}
|
||||
to: ${{github.event.pusher.email}}
|
||||
from: github-actions <${{secrets.FROM}}>
|
||||
from: github-actions
|
||||
content_type: ${{matrix.content_type}}
|
||||
|
Loading…
Reference in New Issue
Block a user