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 b5f408b commit 61ca5fcCopy full SHA for 61ca5fc
.github/workflows/format.yml
@@ -32,10 +32,12 @@ jobs:
32
- name: Format
33
run: npm run format
34
- name: Setup Terraform
35
- uses: hashicorp/setup-terraform@v2
+ uses: hashicorp/setup-terraform@v3
36
+ with:
37
+ terraform_version: ${{ vars.TERRAFORM_VERSION }}
38
- name: Format terraform
39
working-directory: terraform
- run: terraform fmt -write -recursive
40
+ run: terraform fmt -write -recursive terraform
41
- name: Commit
42
uses: stefanzweifel/git-auto-commit-action@v4
43
if: always()
0 commit comments