mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 01:58:36 +08:00 
			
		
		
		
	lint: format
This commit is contained in:
		
							parent
							
								
									da844dd131
								
							
						
					
					
						commit
						de8b6b8a2f
					
				|  | @ -471,7 +471,10 @@ class GitCommandManager { | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   async tryReset(): Promise<boolean> { |   async tryReset(): Promise<boolean> { | ||||||
|     const output = await this.execGit(['reset', '--hard', '--recurse-submodules', 'HEAD'], true) |     const output = await this.execGit( | ||||||
|  |       ['reset', '--hard', '--recurse-submodules', 'HEAD'], | ||||||
|  |       true | ||||||
|  |     ) | ||||||
|     return output.exitCode === 0 |     return output.exitCode === 0 | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Hazel
						Hazel