Skip to content

Commit 0771706

Browse files
committed
minor update
1 parent 1d80f92 commit 0771706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ontology_diff_comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# if (content) {
3939
# // GitHub's max issue body size is approximately 65536 characters
4040
# const maxBodySize = 65536;
41-
# const truncateMsg = '\n</details>\n\n... ### WARNING: This diff is too large and has been truncated....';
41+
# const truncateMsg = '\n</details>\n\n ### WARNING: This diff is too large and has been truncated....';
4242
# if (content.length > maxBodySize) {
4343
# // Truncate the content to fit within the GitHub comment size limit
4444
# content = content.substring(0, maxBodySize - truncateMsg.length) + truncateMsg;

0 commit comments

Comments
 (0)