From f4b8bd174eabbf1ce4535f6ac6e42c8e5e3894db Mon Sep 17 00:00:00 2001 From: Alex Schouls Date: Tue, 17 Dec 2024 12:02:53 +0100 Subject: [PATCH] fixed YAML reference --- .github/workflows/cms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cms.yaml b/.github/workflows/cms.yaml index fc9d48d..35a112d 100644 --- a/.github/workflows/cms.yaml +++ b/.github/workflows/cms.yaml @@ -26,7 +26,7 @@ jobs: resourceLocation: ${{ steps.deployinfra.outputs.resourceLocation }} logAnalyticsWorkspaceName: ${{ steps.deployinfra.outputs.logAnalyticsWorkspaceName }} keyVaultName: ${{ steps.deployinfra.outputs.keyVaultName }} - identityResource: ${{ steps.deployinfra.outputs.identityResourceId }} + identityResource: ${{ steps.deployinfra.outputs.identityResource }} steps: - uses: actions/checkout@v4