mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 09:03:36 +00:00 
			
		
		
		
	Merge 15b44f68abcde9a74fe4e46a12b5134e84a3c6a1 into ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
This commit is contained in:
		
						commit
						2f1416286d
					
				
							
								
								
									
										5
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @ -803,7 +803,10 @@ class GitCommandManager { | ||||
|             if (recursive) { | ||||
|                 args.push('--recursive'); | ||||
|             } | ||||
|             yield this.execGit(args); | ||||
|             const that = this; | ||||
|             yield retryHelper.execute(() => __awaiter(this, void 0, void 0, function* () { | ||||
|                 yield that.execGit(args); | ||||
|             })); | ||||
|         }); | ||||
|     } | ||||
|     submoduleStatus() { | ||||
|  | ||||
| @ -420,7 +420,10 @@ class GitCommandManager { | ||||
|       args.push('--recursive') | ||||
|     } | ||||
| 
 | ||||
|     await this.execGit(args) | ||||
|     const that = this | ||||
|     await retryHelper.execute(async () => { | ||||
|       await that.execGit(args) | ||||
|     }) | ||||
|   } | ||||
| 
 | ||||
|   async submoduleStatus(): Promise<boolean> { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user