Skip to content

Commit 31b5c88

Browse files
committed
chore: add diff view
1 parent 385dda1 commit 31b5c88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ jobs:
211211
# Add type to output file
212212
message="""<details>
213213
<summary>${library_type}/${language}</summary>"""
214-
echo """${message}""" >> $output_file
214+
echo """```diff
215+
${message}
216+
```""" >> $output_file
215217
216218
# Add changes to output file
217219
git diff HEAD~ >> $output_file

0 commit comments

Comments
 (0)