mirror of
https://github.com/actions/checkout.git
synced 2026-01-20 15:48:55 +08:00
.
This commit is contained in:
parent
605b7eb961
commit
c455122937
4 changed files with 6 additions and 6 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue