diff --git a/src/git-source-provider.ts b/src/git-source-provider.ts index 54c04cb..5e97c74 100644 --- a/src/git-source-provider.ts +++ b/src/git-source-provider.ts @@ -19,7 +19,7 @@ export async function getSource(settings: IGitSourceSettings): Promise { ) const repositoryUrl = urlHelper.getFetchUrl(settings) core.info( - `repositoryUrl: ${repositoryUrl}` + `Repository Url: ${repositoryUrl}` ) // Remove conflicting file path if (fsHelper.fileExistsSync(settings.repositoryPath)) {