debugging

This commit is contained in:
Sebastian Wollner 2023-10-10 21:46:23 +02:00
parent 438eb4a8db
commit 24ec89fc22

View File

@ -19,7 +19,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
)
const repositoryUrl = urlHelper.getFetchUrl(settings)
core.info(
`repositoryUrl: ${repositoryUrl}`
`Repository Url: ${repositoryUrl}`
)
// Remove conflicting file path
if (fsHelper.fileExistsSync(settings.repositoryPath)) {