Skip to content

Commit ff510f1

Browse files
committed
Fix error suppression in terraform-fmt
1 parent c545ca8 commit ff510f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform-fmt/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ runs:
1515
else
1616
echo
1717
echo 'Formatting issues found, run `terraform fmt` and re-commit'
18+
exit 1
1819
fi
1920
working-directory: ${{ inputs.working_directory }}
2021
shell: bash

0 commit comments

Comments
 (0)