Skip to content

Commit 243c957

Browse files
committed
fixed issue with env parameter
1 parent 9363ea8 commit 243c957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
resourceGroupName: ${{ secrets.AZURE_RG }}
5454
template: ./src/InfrastructureAsCode/main.bicep
5555
# Use the environment variable called targetEnv
56-
parameters: environment=$targetEnv
56+
parameters: environment=${{ env.targetEnv }}

0 commit comments

Comments
 (0)