Skip to content

Commit 33d1096

Browse files
committed
step
1 parent 1f57501 commit 33d1096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/ci_collect_logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ artifact_entry() {
2222
else
2323
BOARD_LINK="<a href=\"$LINK\">$BOARD</a>"
2424
fi
25-
echo -ne "<li><details><summary>\n\n$ICON $BOARD_LINK (\`$VARIANT\`) - $TEXT</summary>\n\n$DETAILS\n</details></li>"
25+
echo -ne "<li><details><summary>$ICON $BOARD_LINK (<code>$VARIANT</code>) - $TEXT</summary>\n\n$DETAILS\n</details></li>"
2626
}
2727

2828
details_line() {

0 commit comments

Comments
 (0)