mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 16:13:36 +00:00 
			
		
		
		
	Merge b800b38ab2b6b498c12cb66cc1caddb94b00a157 into ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
This commit is contained in:
		
						commit
						4b6a2f4ae9
					
				| @ -289,9 +289,8 @@ class GitCommandManager { | ||||
|       args.push(arg) | ||||
|     } | ||||
| 
 | ||||
|     const that = this | ||||
|     await retryHelper.execute(async () => { | ||||
|       await that.execGit(args) | ||||
|       await this.execGit(args) | ||||
|     }) | ||||
|   } | ||||
| 
 | ||||
| @ -343,9 +342,8 @@ class GitCommandManager { | ||||
|   async lfsFetch(ref: string): Promise<void> { | ||||
|     const args = ['lfs', 'fetch', 'origin', ref] | ||||
| 
 | ||||
|     const that = this | ||||
|     await retryHelper.execute(async () => { | ||||
|       await that.execGit(args) | ||||
|       await this.execGit(args) | ||||
|     }) | ||||
|   } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user