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 Multi-Agent-Custom-Automation-Engine-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>"
121
119
}
122
120
EOF
123
121
)
124
-
122
+
125
123
# Send the notification
126
124
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
127
125
-H "Content-Type: application/json" \
128
126
-d "$EMAIL_BODY" || echo "Failed to send notification"
129
-
130
-
127
+
131
128
- name: Get OpenAI Resource from Resource Group
132
129
id: get_openai_resource
133
130
run: |
134
131
135
132
136
133
set -e
137
134
echo "Fetching OpenAI resource from resource group ${{ env.RESOURCE_GROUP_NAME }}..."
138
-
135
+
139
136
# Run the az resource list command to get the OpenAI resource name
0 commit comments