Skip to content

Commit

Permalink
\n</details>
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Mar 4, 2024
1 parent 65333e5 commit 6a0643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ontology_diff_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# if (content) {
# // GitHub's max issue body size is approximately 65536 characters
# const maxBodySize = 65536;
# const truncateMsg = '\n\n... [truncated due to excessive length] ...';
# const truncateMsg = '\n</details>\n\n... [truncated due to excessive length] ...';
# if (content.length > maxBodySize) {
# // Truncate the content to fit within the GitHub comment size limit
# content = content.substring(0, maxBodySize - truncateMsg.length) + truncateMsg;
Expand Down

0 comments on commit 6a0643d

Please sign in to comment.