We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf11c2 commit da0ac0cCopy full SHA for da0ac0c
extra/ci_collect_logs.sh
@@ -37,7 +37,7 @@ details_line() {
37
fi
38
if [ $SKETCH_ISSUES_COUNT -ne 0 ] ; then
39
SUMMARY="${SUMMARY} with ${SKETCH_ISSUES_COUNT} issues"
40
- BODY="\n\n\`\`\n${SKETCH_ISSUES}\n\`\`\`\n"
+ BODY="\n\n\`\`\`\n${SKETCH_ISSUES}\n\`\`\`\n"
41
else
42
BODY=""
43
0 commit comments