mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-11-04 14:49:12 +00:00 
			
		
		
		
	.
This commit is contained in:
		
							parent
							
								
									605b7eb961
								
							
						
					
					
						commit
						c455122937
					
				
					 4 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										6
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -5225,7 +5225,7 @@ class GitAuthHelper {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    removeGlobalAuth() {
 | 
					    removeGlobalAuth() {
 | 
				
			||||||
        return __awaiter(this, void 0, void 0, function* () {
 | 
					        return __awaiter(this, void 0, void 0, function* () {
 | 
				
			||||||
            core.info(`Unsetting HOME override`);
 | 
					            core.debug(`Unsetting HOME override`);
 | 
				
			||||||
            this.git.removeEnvironmentVariable('HOME');
 | 
					            this.git.removeEnvironmentVariable('HOME');
 | 
				
			||||||
            yield io.rmRF(this.temporaryHomePath);
 | 
					            yield io.rmRF(this.temporaryHomePath);
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
| 
						 | 
					@ -5886,7 +5886,7 @@ function getSource(settings) {
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            // Fix URL when using SSH
 | 
					            // Fix URL when using SSH
 | 
				
			||||||
            if (settings.sshKey && initialRemoteUrl !== sshUrl) {
 | 
					            if (settings.sshKey && initialRemoteUrl !== sshUrl) {
 | 
				
			||||||
                core.startGroup('Updating the repository to use the SSH URL');
 | 
					                core.startGroup('Updating the remote URL');
 | 
				
			||||||
                yield git.setRemoteUrl(sshUrl);
 | 
					                yield git.setRemoteUrl(sshUrl);
 | 
				
			||||||
                core.endGroup();
 | 
					                core.endGroup();
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
| 
						 | 
					@ -7300,7 +7300,7 @@ function prepareExistingDirectory(git, repositoryPath, preferredRemoteUrl, allow
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                // Update to the preferred remote URL
 | 
					                // Update to the preferred remote URL
 | 
				
			||||||
                if (remoteUrl !== preferredRemoteUrl) {
 | 
					                if (remoteUrl !== preferredRemoteUrl) {
 | 
				
			||||||
                    core.startGroup('Setting the remote URL');
 | 
					                    core.startGroup('Updating the remote URL');
 | 
				
			||||||
                    yield git.setRemoteUrl(preferredRemoteUrl);
 | 
					                    yield git.setRemoteUrl(preferredRemoteUrl);
 | 
				
			||||||
                    core.endGroup();
 | 
					                    core.endGroup();
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -167,7 +167,7 @@ class GitAuthHelper {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  async removeGlobalAuth(): Promise<void> {
 | 
					  async removeGlobalAuth(): Promise<void> {
 | 
				
			||||||
    core.info(`Unsetting HOME override`)
 | 
					    core.debug(`Unsetting HOME override`)
 | 
				
			||||||
    this.git.removeEnvironmentVariable('HOME')
 | 
					    this.git.removeEnvironmentVariable('HOME')
 | 
				
			||||||
    await io.rmRF(this.temporaryHomePath)
 | 
					    await io.rmRF(this.temporaryHomePath)
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -94,7 +94,7 @@ export async function prepareExistingDirectory(
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      // Update to the preferred remote URL
 | 
					      // Update to the preferred remote URL
 | 
				
			||||||
      if (remoteUrl !== preferredRemoteUrl) {
 | 
					      if (remoteUrl !== preferredRemoteUrl) {
 | 
				
			||||||
        core.startGroup('Setting the remote URL')
 | 
					        core.startGroup('Updating the remote URL')
 | 
				
			||||||
        await git.setRemoteUrl(preferredRemoteUrl)
 | 
					        await git.setRemoteUrl(preferredRemoteUrl)
 | 
				
			||||||
        core.endGroup()
 | 
					        core.endGroup()
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -145,7 +145,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Fix URL when using SSH
 | 
					    // Fix URL when using SSH
 | 
				
			||||||
    if (settings.sshKey && initialRemoteUrl !== sshUrl) {
 | 
					    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)
 | 
					      await git.setRemoteUrl(sshUrl)
 | 
				
			||||||
      core.endGroup()
 | 
					      core.endGroup()
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue