mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 02:24:56 -05:00
ci: better fence around tidy-check-generate summary (#3174)
This commit is contained in:
parent
1975a10721
commit
9a295b2c3a
5
.github/workflows/test-tidy.yml
vendored
5
.github/workflows/test-tidy.yml
vendored
@ -98,10 +98,11 @@ jobs:
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Use quadruple backticks to escape triple backticks in diff'ed files.
|
||||||
cat << EOF >> "${GITHUB_STEP_SUMMARY}"
|
cat << EOF >> "${GITHUB_STEP_SUMMARY}"
|
||||||
\`\`\`diff
|
\`\`\`\`diff
|
||||||
${diff}
|
${diff}
|
||||||
\`\`\`
|
\`\`\`\`
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [[ "${{ steps.untidy.outputs.untidy }}" == "true" ]] &&
|
if [[ "${{ steps.untidy.outputs.untidy }}" == "true" ]] &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user