Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: terraform fmt
uses: dflook/terraform-fmt-check@10eaa13fa61437aa51be2d12fafe95f152e3512d
uses: dflook/terraform-fmt-check@59168426e242f665bf7b70644d706224e665056a
with:
path: .
- name: terraform fmt
uses: dflook/terraform-fmt-check@10eaa13fa61437aa51be2d12fafe95f152e3512d
uses: dflook/terraform-fmt-check@59168426e242f665bf7b70644d706224e665056a
with:
path: example
docs:
Expand Down