diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index c94a59e..ed32a5c 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -63,7 +63,7 @@ jobs: username: ${{secrets.EDX_SMTP_USERNAME}} password: ${{secrets.EDX_SMTP_PASSWORD}} subject: Upgrade python requirements workflow failed in ${{github.repository}} - to: aperture@2u-internal.opsgenie.net + to: infinity@2u-internal.opsgenie.net from: github-actions body: Upgrade python requirements workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" @@ -77,6 +77,6 @@ jobs: username: ${{secrets.EDX_SMTP_USERNAME}} password: ${{secrets.EDX_SMTP_PASSWORD}} subject: Upgrade python requirements workflow succeeded in ${{github.repository}} - to: aperture@2u-internal.opsgenie.net + to: infinity@2u-internal.opsgenie.net from: github-actions body: Upgrade python requirements workflow in ${{github.repository}} succeeded! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"