Skip to content

Commit 3ade0c8

Browse files
committed
Remove commit logic
1 parent 94f7636 commit 3ade0c8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/terraform-fmt.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ jobs:
1919
with:
2020
terraform_version: "1.3.0"
2121
- name: Terraform fmt
22-
run: terraform fmt -recursive
23-
24-
# Commit all changed files back to the repository
25-
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
26-
with:
27-
commit_message: Formatted Terraform
22+
run: terraform fmt -check -recursive

0 commit comments

Comments
 (0)