This commit is contained in:
eric sciple
2020-03-19 00:43:38 -04:00
parent 605b7eb961
commit c455122937
4 changed files with 6 additions and 6 deletions

View File

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