From eae3cbf1c9830f74eba3d3527d7265bc53bf43e9 Mon Sep 17 00:00:00 2001 From: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:53:43 +1000 Subject: [PATCH] fix script error --- .github/scripts/update-contributors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index 62b3b4535..f9067cdd7 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -39,7 +39,7 @@ function fetchPage() { contributors += indentString(userHtml, ' '); - if ((index + 1) % 6 === 0 || index === response.data.length - 1) { + if ((index + 1) % 5 === 0 || index === response.data.length - 1) { contributors += '\n\n'; }