Skip to content

Commit

Permalink
Update .github/workflows/update-maintainers.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
  • Loading branch information
14Richa and derberg authored Jul 20, 2023
1 parent 30b0293 commit a315646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.`);
}
}
}
Expand Down

0 comments on commit a315646

Please sign in to comment.