Skip to content

Commit 6b2d77c

Browse files
committed
chore: test
1 parent 31b5c88 commit 6b2d77c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,10 @@ jobs:
211211
# Add type to output file
212212
message="""<details>
213213
<summary>${library_type}/${language}</summary>"""
214-
echo """```diff
215-
${message}
216-
```""" >> $output_file
214+
215+
echo "```diff" >> $output_file
216+
echo """${message}""" >> $output_file
217+
echo "```" >> $output_file
217218

218219
# Add changes to output file
219220
git diff HEAD~ >> $output_file

0 commit comments

Comments
 (0)