Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
gptModelVersion="2024-08-06" \
gptDeploymentCapacity="30" \
aiDeploymentsLocation="${{ env.AZURE_LOCATION }}" \
createdBy="Pipeline" \
tags='{"CreatedBy":"Pipeline"}' \
--query "properties.outputs" -o json); then
echo "❌ Deployment failed. See logs above."
exit 1
Expand Down