We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039f467 commit 7d7b42eCopy full SHA for 7d7b42e
1 file changed
.github/workflows/deploy.yml
@@ -293,7 +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: ${{ needs.deploy.outputs.CREATED_BY }}
+ CREATED_BY: ${{ needs.deploy.outputs.createdBy }}
297
steps:
298
- name: Setup Azure CLI
299
run: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
0 commit comments