mirror of
https://gitea.com/actions/checkout.git
synced 2026-02-17 03:39:05 +00:00
.
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user