Skip to content

Commit 6490c92

Browse files
committed
fix html nono characters
1 parent 73d1bb8 commit 6490c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eamxx-gh-clang-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 &lt;patch-file&gt;</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}"

0 commit comments

Comments
 (0)