Skip to content

Commit b5fc997

Browse files
authored
docs: update wrapper to log output on error
1 parent ae78205 commit b5fc997

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,8 @@ or specify it explicitly as
129129
- id: tflint
130130
run: tflint -f compact
131131

132-
- run: echo ${{ steps.tflint.outputs.stdout }}
133-
- run: echo ${{ steps.tflint.outputs.stderr }}
134-
- run: echo ${{ steps.tflint.outputs.exitcode }}
132+
- if: always()
133+
run: echo ${{ steps.tflint.outputs.stdout }}
135134
```
136135
137136
### Checks

0 commit comments

Comments
 (0)