Fix actions formatting
This commit is contained in:
parent
71e3bc0731
commit
32d5db8f21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/terraform.yml
vendored
2
.github/workflows/terraform.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install terraform
|
- name: Install terraform
|
||||||
- uses: marocchino/setup-terraform@v1
|
uses: marocchino/setup-terraform@v1
|
||||||
with:
|
with:
|
||||||
version: "0.12.20"
|
version: "0.12.20"
|
||||||
- name: Initialize Terraform
|
- name: Initialize Terraform
|
||||||
|
|
Loading…
Reference in a new issue