We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3099b55 commit 49f393eCopy full SHA for 49f393e
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
- createdBy="Pipeline" \
+ createdBy="${{ env.CREATED_BY }}" \
155
--query "properties.outputs" -o json); then
156
echo "❌ Deployment failed. See logs above."
157
exit 1
@@ -293,6 +293,7 @@ jobs:
293
KEYVAULTS: ${{ needs.deploy.outputs.KEYVAULTS }}
294
AZURE_LOCATION: ${{ needs.deploy.outputs.AZURE_LOCATION }}
295
ENVIRONMENT_NAME: ${{ needs.deploy.outputs.ENVIRONMENT_NAME }}
296
+ CREATED_BY: ${{ github.actor }}
297
steps:
298
- name: Setup Azure CLI
299
run: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
0 commit comments