Skip to content

Commit beb4b3e

Browse files
committed
chore: add \
1 parent 43d7dc7 commit beb4b3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,11 @@ jobs:
213213
message="""<details>
214214
<summary>${library_type}/${language}</summary>"""
215215

216-
echo "```diff" >> $output_file
216+
echo $message >> $output_file
217+
218+
echo "\`\`\`diff" >> $output_file
217219
echo """${message}""" >> $output_file
218-
echo "```" >> $output_file
220+
echo "\`\`\`" >> $output_file
219221

220222
# Add changes to output file
221223
git diff HEAD~ >> $output_file

0 commit comments

Comments
 (0)