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.`); } } }