Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 06:59:07 -04:00 committed by GitHub
parent 0d0d4ecf13
commit d69b32d422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,7 +134,7 @@ jobs:
if (body.length > 65536) {
console.log(`Issue body for ${set[0]} (${set[1]}) too long! Length: ${body.length}`);
console.log(`${body}`;
console.log(`${body}`);
continue;
}