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 d8582a5 commit 26149ce
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 @@ -146,7 +146,7 @@ jobs:
});
if (body.length > 65536) {
console.log(`Issue body for ${set[0]} (${set[1]}) too long!`);
console.log(`Issue body for ${set[0]} (${set[1]}) too long! Length: ${body.length}`);
console.log(splitStringByMaxLength(body, 65536, "//n"));
//continue;
}
Expand Down

0 comments on commit 26149ce

Please sign in to comment.