Skip to content

Commit

Permalink
Update action.yml (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Oct 19, 2023
1 parent 3eb7a20 commit 285868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docs-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
echo "==> Fixing Terraform code with terraform fmt..."
terraform fmt -recursive
echo "==> Fixing embedded Terraform with terrafmt..."
find . | egrep ".md|.tf" | grep -v README.md | sort | while read f; do terrafmt fmt $$f; done
find . | egrep ".md|.tf" | grep -v README.md | sort | while read f; do terrafmt fmt $f; done
- name: docs check
shell: bash
Expand Down

0 comments on commit 285868c

Please sign in to comment.