workflows: specify email address in from input

This commit is contained in:
Dawid Dziurla
2020-03-25 16:20:29 +01:00
committed by GitHub
parent f00590fc1a
commit 1cf295c810

View File

@ -36,5 +36,5 @@ jobs:
subject: ${{github.repository}}
body: ${{matrix.body}}
to: ${{github.event.pusher.email}}
from: github-actions
from: github-actions <${{github.event.pusher.email}}>
content_type: ${{matrix.content_type}}