Skip to content

Commit

Permalink
feat: update Terraform formatting workflow to check the current direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
Gezi-lzq committed Nov 11, 2024
1 parent 18a9c20 commit 05c0b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: dflook/terraform-fmt-check@v1
id: fmt-check
with:
path: huaweicloud
path: .

- name: Wrong formatting found
if: ${{ failure() && steps.fmt-check.outputs.failure-reason == 'check-failed' }}
Expand Down

0 comments on commit 05c0b71

Please sign in to comment.