We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a637567 commit ee36107Copy full SHA for ee36107
1 file changed
.github/workflows/deploy-Parameterized.yml
@@ -897,7 +897,7 @@ jobs:
897
printf '%s\n' "$EMAIL_BODY"
898
echo "===================================================="
899
900
- curl -X POST "${{ secrets.EMAILNOTIFICATION_LOGICAPP_URL_TA }}" \
+ curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
901
-H "Content-Type: application/json" \
902
-d "$EMAIL_BODY" || echo "Failed to send test failure notification"
903
@@ -943,6 +943,6 @@ jobs:
943
944
echo "==========================================================="
945
946
947
948
-d "$EMAIL_BODY" || echo "Failed to send existing URL test failure notification"
0 commit comments