Skip to content

Commit 039f467

Browse files
updated
1 parent 49f393e commit 039f467

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +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 }}
296+
CREATED_BY: ${{ needs.deploy.outputs.CREATED_BY }}
297297
steps:
298298
- name: Setup Azure CLI
299299
run: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash

infra/main.parameters.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
},
3232
"existingFoundryProjectResourceId": {
3333
"value": "${AZURE_ENV_FOUNDRY_PROJECT_ID}"
34-
},
35-
"createdBy": {
36-
"value": ""
3734
}
3835
}
3936
}

0 commit comments

Comments
 (0)