From 24ec89fc22d5acdda62ebba131cf890931e4c7f2 Mon Sep 17 00:00:00 2001 From: Sebastian Wollner Date: Tue, 10 Oct 2023 21:46:23 +0200 Subject: [PATCH] debugging --- src/git-source-provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {