Skip to content

Commit

Permalink
write out repo URL (#5172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored Jan 19, 2023
1 parent 44710ec commit 382c2d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ private async Task SyncTeamWithCodeOwnerFile(BuildDefinition pipeline, WebApiTea
}

// Get contents of CODEOWNERS
logger.LogInformation("Fetching CODEOWNERS file");
Uri repoUrl = pipeline.Repository.Url;
logger.LogInformation("Fetching CODEOWNERS file from repo url '{repoUrl}'", repoUrl);

if (repoUrl != null)
{
Expand Down

0 comments on commit 382c2d7

Please sign in to comment.