File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ jobs:
125125 echo "<details>" >> "${GITHUB_STEP_SUMMARY}"
126126 echo "" >> "${GITHUB_STEP_SUMMARY}"
127127 echo "<summary>" >> "${GITHUB_STEP_SUMMARY}"
128- echo "** Contents of \` clang-format-patch.diff\`** " >> "${GITHUB_STEP_SUMMARY}"
128+ echo "<b> Contents of</b> <tt> clang-format-patch.diff</tt> " >> "${GITHUB_STEP_SUMMARY}"
129129 echo "</summary>" >> "${GITHUB_STEP_SUMMARY}"
130130 echo "To apply this version of the patch, save the text to a local file, " \
131- "and \` git apply < patch-file>\` , etc., as above." >> "${GITHUB_STEP_SUMMARY}"
131+ "and <tt> git apply < patch-file></tt> , etc., as above." >> "${GITHUB_STEP_SUMMARY}"
132132 echo "" >> "${GITHUB_STEP_SUMMARY}"
133133 echo "\`\`\`" >> "${GITHUB_STEP_SUMMARY}"
134134 cat "components/eamxx/${fname}" >> "${GITHUB_STEP_SUMMARY}"
You can’t perform that action at this time.
0 commit comments