mirror of
https://git.studyfor.work/actions/action-send-mail.git
synced 2026-09-01 12:22:09 -04:00
workflows: without address in from input
This commit is contained in:
@@ -36,5 +36,5 @@ jobs:
|
|||||||
subject: ${{github.repository}}
|
subject: ${{github.repository}}
|
||||||
body: ${{matrix.body}}
|
body: ${{matrix.body}}
|
||||||
to: ${{github.event.pusher.email}}
|
to: ${{github.event.pusher.email}}
|
||||||
from: github-actions <${{secrets.FROM}}>
|
from: github-actions
|
||||||
content_type: ${{matrix.content_type}}
|
content_type: ${{matrix.content_type}}
|
||||||
|
|||||||
Reference in New Issue
Block a user