Skip to content

Commit 49f393e

Browse files
updated the parameter createdBy
1 parent 3099b55 commit 49f393e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
gptModelVersion="2024-08-06" \
152152
gptDeploymentCapacity="30" \
153153
aiDeploymentsLocation="${{ env.AZURE_LOCATION }}" \
154-
createdBy="Pipeline" \
154+
createdBy="${{ env.CREATED_BY }}" \
155155
--query "properties.outputs" -o json); then
156156
echo "❌ Deployment failed. See logs above."
157157
exit 1
@@ -293,6 +293,7 @@ jobs:
293293
KEYVAULTS: ${{ needs.deploy.outputs.KEYVAULTS }}
294294
AZURE_LOCATION: ${{ needs.deploy.outputs.AZURE_LOCATION }}
295295
ENVIRONMENT_NAME: ${{ needs.deploy.outputs.ENVIRONMENT_NAME }}
296+
CREATED_BY: ${{ github.actor }}
296297
steps:
297298
- name: Setup Azure CLI
298299
run: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash

0 commit comments

Comments
 (0)