debugging

This commit is contained in:
Sebastian Wollner 2023-10-10 21:54:38 +02:00
parent 59689c860a
commit fca1b5daa2

View File

@ -21,6 +21,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
core.info(
`Repository Url: ${repositoryUrl}`
)
// Remove conflicting file path
if (fsHelper.fileExistsSync(settings.repositoryPath)) {
await io.rmRF(settings.repositoryPath)