From 4d7dd77bccfc9d8273219204f40b7b990c772282 Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Fri, 30 Aug 2024 15:37:45 +0530 Subject: [PATCH] testing automation flow --- .github/workflows/deploy-stage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 7fb2420ff..9818d7814 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -44,8 +44,8 @@ jobs: body: | { "title": "Deployment Failed", - "body": "Deployment TEST failed for branch ${{ github.ref }}. Please check the logs. @user1 @user2", - "assignees": ["Prashant-Microsoft", "user2"] + "body": "Deployment TEST failed for branch ${{ github.ref }}. Please check the logs. @v-pmalusare@microsoft.com", + "assignees": ["v-pmalusare@microsoft.com"] } env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}