From 5ee7c3b67c32b754e2727e7a830bceddc40a6d74 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:11:03 +0500 Subject: [PATCH] chore: updated mail team for failure notification --- .github/workflows/push-enterprise-catalog-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-enterprise-catalog-image.yaml b/.github/workflows/push-enterprise-catalog-image.yaml index d6d2698..b411ed1 100644 --- a/.github/workflows/push-enterprise-catalog-image.yaml +++ b/.github/workflows/push-enterprise-catalog-image.yaml @@ -53,6 +53,6 @@ jobs: username: ${{secrets.edx_smtp_username}} password: ${{secrets.edx_smtp_password}} subject: Push Image to docker.io/edxops failed in Enterprise Catalog - to: team-cosmonauts@edx.org + to: team-titans@edx.org from: github-actions body: Push Image to docker.io/edxops for Enterprise Catalog failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"