.
This commit is contained in:
		
							
								
								
									
										9
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							@@ -7206,14 +7206,7 @@ class GitAuthHelper {
 | 
			
		||||
            if (((_a = this.temporaryHomePath) === null || _a === void 0 ? void 0 : _a.length) > 0) {
 | 
			
		||||
                core.debug(`Unsetting HOME override`);
 | 
			
		||||
                this.git.removeEnvironmentVariable('HOME');
 | 
			
		||||
                core.info(`hi there: ${this.temporaryHomePath}`);
 | 
			
		||||
                yield io
 | 
			
		||||
                    .rmRF(this.temporaryHomePath)
 | 
			
		||||
                    // eslint-disable-next-line github/no-then
 | 
			
		||||
                    .catch(err => {
 | 
			
		||||
                    // eslint-disable-next-line i18n-text/no-en
 | 
			
		||||
                    core.warning(`Failed to remove temporary checkout directory: ${err}`);
 | 
			
		||||
                });
 | 
			
		||||
                yield io.rmRF(this.temporaryHomePath);
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -197,15 +197,7 @@ class GitAuthHelper {
 | 
			
		||||
    if (this.temporaryHomePath?.length > 0) {
 | 
			
		||||
      core.debug(`Unsetting HOME override`)
 | 
			
		||||
      this.git.removeEnvironmentVariable('HOME')
 | 
			
		||||
 | 
			
		||||
      core.info(`hi there: ${this.temporaryHomePath}`)
 | 
			
		||||
      await io
 | 
			
		||||
        .rmRF(this.temporaryHomePath)
 | 
			
		||||
        // eslint-disable-next-line github/no-then
 | 
			
		||||
        .catch(err => {
 | 
			
		||||
          // eslint-disable-next-line i18n-text/no-en
 | 
			
		||||
          core.warning(`Failed to remove temporary checkout directory: ${err}`)
 | 
			
		||||
        })
 | 
			
		||||
      await io.rmRF(this.temporaryHomePath)
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user