diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21d2b6a..54a443b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file