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 2b0b4da commit 5fe8bf9Copy full SHA for 5fe8bf9
.github/workflows/test.yaml
@@ -29,4 +29,6 @@ jobs:
29
terraform_version: 1.11.4
30
31
- name: Terraform Init
32
- run: make terraform-init
+ env:
33
+ GITHUB_ENV: ${{ github.environment }}
34
+ run: make ${GITHUB_ENV} terraform-init
0 commit comments