This commit is contained in:
eric sciple
2020-03-19 00:37:38 -04:00
parent 036772999d
commit 605b7eb961
3 changed files with 24 additions and 0 deletions

View File

@@ -94,7 +94,9 @@ export async function prepareExistingDirectory(
// Update to the preferred remote URL
if (remoteUrl !== preferredRemoteUrl) {
core.startGroup('Setting the remote URL')
await git.setRemoteUrl(preferredRemoteUrl)
core.endGroup()
}
} catch (error) {
core.warning(