Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fixed YAML reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Physer committed Dec 17, 2024
1 parent eca0198 commit f4b8bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f4b8bd1

Please sign in to comment.