You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"body": "<p>Dear Team,</p><p>We would like to inform you that the Modernize-your-code-solution-accelerator Automation process has encountered an issue and has failed to complete successfully.</p><p><strong>Build URL:</strong> ${RUN_URL}<br> ${OUTPUT}</p><p>Please investigate the matter at your earliest convenience.</p><p>Best regards,<br>Your Automation Team</p>"
123
-
}
124
-
EOF
125
-
)
126
-
127
-
# Send the notification
128
-
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
129
-
-H "Content-Type: application/json" \
130
-
-d "$EMAIL_BODY" || echo "Failed to send notification"
131
-
132
151
- name: Logout from Azure
133
152
if: always()
134
153
run: |
@@ -171,7 +190,6 @@ jobs:
171
190
172
191
if [ -z "$log_analytics_workspace_name" ]; then
173
192
echo "No Log Analytics workspace found in resource group ${{ env.RESOURCE_GROUP_NAME }}."
"body": "<p>Dear Team,</p><p>We would like to inform you that the DocGen Deployment Automation process has encountered an issue and has failed to complete successfully.</p><p><strong>Build URL:</strong> <a href=\"${RUN_URL}\">${RUN_URL}</a><br></p><p>Please investigate the matter at your earliest convenience.</p><p>Best regards,<br>Your Automation Team</p>"
393
+
}
394
+
EOF
395
+
)
396
+
397
+
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
398
+
-H "Content-Type: application/json" \
399
+
-d "$EMAIL_BODY" || echo "Failed to send notification"
0 commit comments