workflows: send only to pusher

This commit is contained in:
Dawid Dziurla 2020-03-25 15:50:42 +01:00 committed by GitHub
parent 5b4b61f0c4
commit ce64ae4df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,6 @@ jobs:
password: ${{secrets.PASSWORD}}
subject: ${{github.repository}}
body: ${{matrix.body}}
to: ${{github.event.pusher.email}},${{secrets.USERNAME}}
to: ${{github.event.pusher.email}}
from: github-actions
content_type: ${{matrix.content_type}}