We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ac7d3 commit 22b3bdfCopy full SHA for 22b3bdf
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=${{ env.CREATED_BY }}" \
+ tags="CreatedBy=Pipeline" \
155
--query "properties.outputs" -o json); then
156
echo "❌ Deployment failed. See logs above."
157
exit 1
0 commit comments