mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 18:38:25 +08:00 
			
		
		
		
	adding temp path info
This commit is contained in:
		
							parent
							
								
									68ee81ee89
								
							
						
					
					
						commit
						922e12e3a3
					
				
							
								
								
									
										1
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -7204,6 +7204,7 @@ class GitAuthHelper { | |||||||
|             if (((_a = this.temporaryHomePath) === null || _a === void 0 ? void 0 : _a.length) > 0) { |             if (((_a = this.temporaryHomePath) === null || _a === void 0 ? void 0 : _a.length) > 0) { | ||||||
|                 core.debug(`Unsetting HOME override`); |                 core.debug(`Unsetting HOME override`); | ||||||
|                 this.git.removeEnvironmentVariable('HOME'); |                 this.git.removeEnvironmentVariable('HOME'); | ||||||
|  |                 core.info(`hi there: $(this.temporaryHomePath)`); | ||||||
|                 yield io |                 yield io | ||||||
|                     .rmRF(this.temporaryHomePath) |                     .rmRF(this.temporaryHomePath) | ||||||
|                     // eslint-disable-next-line github/no-then
 |                     // eslint-disable-next-line github/no-then
 | ||||||
|  | |||||||
| @ -197,6 +197,8 @@ class GitAuthHelper { | |||||||
|     if (this.temporaryHomePath?.length > 0) { |     if (this.temporaryHomePath?.length > 0) { | ||||||
|       core.debug(`Unsetting HOME override`) |       core.debug(`Unsetting HOME override`) | ||||||
|       this.git.removeEnvironmentVariable('HOME') |       this.git.removeEnvironmentVariable('HOME') | ||||||
|  | 
 | ||||||
|  |       core.info(`hi there: $(this.temporaryHomePath)`) | ||||||
|       await io |       await io | ||||||
|         .rmRF(this.temporaryHomePath) |         .rmRF(this.temporaryHomePath) | ||||||
|         // eslint-disable-next-line github/no-then
 |         // eslint-disable-next-line github/no-then
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user