Update log message in getRawLanguagesInRepo

This commit is contained in:
Michael B. Gale
2025-08-07 12:42:43 +01:00
parent 0d72a5b371
commit f28436bcbf
3 changed files with 5 additions and 3 deletions

2
lib/config-utils.js generated
View File

@@ -168,7 +168,7 @@ function hasActionsWorkflows(sourceRoot) {
* Gets the set of languages in the current repository.
*/
async function getRawLanguagesInRepo(repository, sourceRoot, logger) {
logger.debug(`GitHub repo ${repository.owner} ${repository.repo}`);
logger.debug(`Automatically detecting languages (${repository.owner}/${repository.repo})`);
const response = await api.getApiClient().rest.repos.listLanguages({
owner: repository.owner,
repo: repository.repo,