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 6401826 commit 08737a0Copy full SHA for 08737a0
extra/ci_collect_logs.sh
@@ -45,7 +45,7 @@ details_line() {
45
SUMMARY="<code>$SKETCH_NAME</code>"
46
fi
47
if [ $SKETCH_ISSUES_COUNT -ne 0 ] ; then
48
- SUMMARY="$SUMMARY :down:"
+ SUMMARY="$SUMMARY :small_red_triangle_down:"
49
ICON="$SKETCH_ISSUES_COUNT $ICON"
50
BODY="\n\n\`\`\`\n${SKETCH_ISSUES}\n\`\`\`\n"
51
else
0 commit comments