workflows: without address in from input

This commit is contained in:
Dawid Dziurla
2020-03-27 10:06:02 +01:00
committed by GitHub
parent ac180b7bd9
commit b961a9185a

View File

@ -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}}