Skip to content

Commit 6724eff

Browse files
fix: illegal variable name
1 parent 0be945e commit 6724eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
terraform_wrapper: false
2929
terraform_version: 1.11.4
3030

31-
- name: Terraform Init
31+
- name: Terraform init
3232
env:
33-
GITHUB_ENV: ${{ github.environment }}
34-
run: make ${GITHUB_ENV} terraform-init
33+
TARGET_ENV: ${{ github.environment }}
34+
run: make ${TARGET_ENV} terraform-init

0 commit comments

Comments
 (0)