diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d070745..d344a20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: server_port: 465 username: ${{ secrets.EDX_SMTP_USERNAME }} password: ${{ secrets.EDX_SMTP_PASSWORD }} - subject: Upgrade python requirements workflow failed in ${{github.repository}} + subject: CI workflow failed in ${{github.repository}} to: masters-grades@edx.org from: github-actions - body: Upgrade python requirements workflow in ${{github.repository}} failed! + body: CI workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"