Skip to content

Commit 0628523

Browse files
fix: use job context
1 parent 2728b5e commit 0628523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030

3131
- name: Terraform init
3232
env:
33-
TARGET_ENV: ${{ github.environment }}
33+
TARGET_ENV: ${{ job.environment }}
3434
run: make ${TARGET_ENV} terraform-init

0 commit comments

Comments
 (0)