diff --git a/src/git-source-provider.ts b/src/git-source-provider.ts index 5e97c74..f1ce0bb 100644 --- a/src/git-source-provider.ts +++ b/src/git-source-provider.ts @@ -21,6 +21,7 @@ export async function getSource(settings: IGitSourceSettings): Promise { core.info( `Repository Url: ${repositoryUrl}` ) + // Remove conflicting file path if (fsHelper.fileExistsSync(settings.repositoryPath)) { await io.rmRF(settings.repositoryPath)