diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index fb62abe1183..08095502a91 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -147,7 +147,7 @@ jobs: if (body.length > 65536) { console.log(`Issue body for ${set[0]} (${set[1]}) too long!`); - splitStringByMaxLength(body, 65536, "//n"); + console.log(splitStringByMaxLength(body, 65536, "//n")); //continue; }