Skip to content

Commit

Permalink
Update update-set-implementation-lists.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpensiveKoala authored Sep 29, 2024
1 parent 5a98225 commit 2021110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-set-implementation-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
if (body.length > 65536) {
console.log(`Issue body for ${set[0]} (${set[1]}) too long! Length: ${body.length}`);
const splitBody = splitStringByMaxLength(body, 65536, "//n");
const splitBody = splitStringByMaxLength(body, 65536, "/n");
console.log(`Body was split into ${splitBody.length} chunks`);
splitBody.forEach(b => {
console.log(b.length);
Expand Down

0 comments on commit 2021110

Please sign in to comment.