Skip to content

Commit

Permalink
ci: better fence around tidy-check-generate summary (#3174)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev authored Jun 19, 2024
1 parent 1975a10 commit 9a295b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,11 @@ jobs:
exit 0
fi
# Use quadruple backticks to escape triple backticks in diff'ed files.
cat << EOF >> "${GITHUB_STEP_SUMMARY}"
\`\`\`diff
\`\`\`\`diff
${diff}
\`\`\`
\`\`\`\`
EOF
if [[ "${{ steps.untidy.outputs.untidy }}" == "true" ]] &&
Expand Down

0 comments on commit 9a295b2

Please sign in to comment.