Skip to content

Commit

Permalink
remove braces
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 939dc30 commit 869ffe0
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 @@ -80,7 +80,7 @@ jobs:
<details><summary>TFLint error.</summary>
\`\`\`hcl
${echo "${{ steps.tflint.outputs.stdout }}" | sed 's/`/\\`/g'}
echo "${{ steps.tflint.outputs.stdout }}" | sed 's/`/\\`/g'
\`\`\`
</details>
"
Expand Down

0 comments on commit 869ffe0

Please sign in to comment.