From f1cfe3de68918d2877904d641e498578460327b9 Mon Sep 17 00:00:00 2001 From: Leangseu Kim Date: Mon, 7 Aug 2023 09:44:07 -0400 Subject: [PATCH] chore: update email for ci workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d070745b..d344a20d 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 }}"