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

@@ -145,7 +145,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
// Fix URL when using SSH
if (settings.sshKey && initialRemoteUrl !== sshUrl) {
core.startGroup('Updating the repository to use the SSH URL')
core.startGroup('Updating the remote URL')
await git.setRemoteUrl(sshUrl)
core.endGroup()
}