1
0
mirror of https://github.com/actions/checkout.git synced 2026-04-16 19:15:38 +02:00
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
+1 -1
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()
}