From 202111010340f37b355ad13a49ecd27c8858caef Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sun, 29 Sep 2024 02:39:21 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index bbe325153371..e2c674d77b4b 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! 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);