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