Skip to content

Commit 6a0643d

Browse files
committed
\n</details>
1 parent 65333e5 commit 6a0643d

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\n... [truncated due to excessive length] ...';
41+
# const truncateMsg = '\n</details>\n\n... [truncated due to excessive length] ...';
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)