Skip to content

Commit

Permalink
stderr or stdout
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed Dec 5, 2024
1 parent 41574f4 commit 2426142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
# Compose TFLint output.
tflint="${{ steps.tflint.outputs.stdout }}"
tflint='${{ steps.tflint.outputs.stderr || steps.tflint.outputs.stdout }}'
tflint="<details><summary>TFLint error.</summary>
\`\`\`hcl
Expand Down

0 comments on commit 2426142

Please sign in to comment.