From a31564624197c2aa7a7de50304ae9df18e08d740 Mon Sep 17 00:00:00 2001 From: Richa <41283476+14Richa@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:11:06 +0530 Subject: [PATCH] Update .github/workflows/update-maintainers.yml Co-authored-by: Lukasz Gornicki --- .github/workflows/update-maintainers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-maintainers.yml b/.github/workflows/update-maintainers.yml index 76c767b9..33b50f43 100644 --- a/.github/workflows/update-maintainers.yml +++ b/.github/workflows/update-maintainers.yml @@ -111,7 +111,7 @@ jobs: maintainer.repos.push(repoName); console.log('Added repository to existing maintainer:', username); } else { - console.log('Maintainer', username, 'already exists and already has the repo. Skipping addition.'); + console.log(`Maintainer ${username} already exists and already has the repo. Skipping addition.`); } } }