From e3dab7691e79205d7a9ae444e5a4fe93a262a2f3 Mon Sep 17 00:00:00 2001 From: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Date: Wed, 15 May 2024 18:46:35 +1000 Subject: [PATCH] updates to the script --- .github/scripts/update-contributors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index 0e24aaba3..54543cc3d 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -27,10 +27,10 @@ function fetchPage() { if (user.type === 'Bot' || user.login.toLowerCase().includes('bot') || user.login === 'actions-user' || user.login === 'mynameisbogdan') return; const userHtml = ` -
+
${user.login}
- ${user.login} + ${user.login}
`; contributors += indentString(userHtml, ' ');