workflow: send mail to pusher too

This commit is contained in:
Dawid Dziurla 2019-12-17 23:44:47 +01:00
parent 2f26726c4f
commit df3751004c
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

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