We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532d7ad commit cf267bcCopy full SHA for cf267bc
1 file changed
.github/workflows/deploy.yml
@@ -151,7 +151,7 @@ jobs:
151
gptModelVersion="2024-08-06" \
152
gptDeploymentCapacity="30" \
153
aiDeploymentsLocation="${{ env.AZURE_LOCATION }}" \
154
- tags='{"CreatedBy":"Pipeline"}'
+ tags='{"CreatedBy":"Pipeline"}' \
155
--query "properties.outputs" -o json); then
156
echo "❌ Deployment failed. See logs above."
157
exit 1
0 commit comments