debugging
This commit is contained in:
parent
2541b1294d
commit
438eb4a8db
|
@ -18,7 +18,9 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
|
||||||
`Syncing repository: ${settings.repositoryOwner}/${settings.repositoryName}`
|
`Syncing repository: ${settings.repositoryOwner}/${settings.repositoryName}`
|
||||||
)
|
)
|
||||||
const repositoryUrl = urlHelper.getFetchUrl(settings)
|
const repositoryUrl = urlHelper.getFetchUrl(settings)
|
||||||
|
core.info(
|
||||||
|
`repositoryUrl: ${repositoryUrl}`
|
||||||
|
)
|
||||||
// Remove conflicting file path
|
// Remove conflicting file path
|
||||||
if (fsHelper.fileExistsSync(settings.repositoryPath)) {
|
if (fsHelper.fileExistsSync(settings.repositoryPath)) {
|
||||||
await io.rmRF(settings.repositoryPath)
|
await io.rmRF(settings.repositoryPath)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user