Skip to content

Commit ee36107

Browse files
Update notification logic app URL
1 parent a637567 commit ee36107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ jobs:
897897
printf '%s\n' "$EMAIL_BODY"
898898
echo "===================================================="
899899
900-
curl -X POST "${{ secrets.EMAILNOTIFICATION_LOGICAPP_URL_TA }}" \
900+
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
901901
-H "Content-Type: application/json" \
902902
-d "$EMAIL_BODY" || echo "Failed to send test failure notification"
903903
@@ -943,6 +943,6 @@ jobs:
943943
printf '%s\n' "$EMAIL_BODY"
944944
echo "==========================================================="
945945
946-
curl -X POST "${{ secrets.EMAILNOTIFICATION_LOGICAPP_URL_TA }}" \
946+
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
947947
-H "Content-Type: application/json" \
948948
-d "$EMAIL_BODY" || echo "Failed to send existing URL test failure notification"

0 commit comments

Comments
 (0)