diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3edddfdd..33d772a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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}} \ No newline at end of file + content_type: ${{matrix.content_type}}