We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9363ea8 commit 243c957Copy full SHA for 243c957
.github/workflows/deploy.yaml
@@ -53,4 +53,4 @@
53
resourceGroupName: ${{ secrets.AZURE_RG }}
54
template: ./src/InfrastructureAsCode/main.bicep
55
# Use the environment variable called targetEnv
56
- parameters: environment=$targetEnv
+ parameters: environment=${{ env.targetEnv }}
0 commit comments