mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-11-04 14:49:12 +00:00 
			
		
		
		
	Merge b800b38ab2 into ff7abcd0c3
				
					
				
			This commit is contained in:
		
						commit
						4b6a2f4ae9
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -289,9 +289,8 @@ class GitCommandManager {
 | 
				
			||||||
      args.push(arg)
 | 
					      args.push(arg)
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const that = this
 | 
					 | 
				
			||||||
    await retryHelper.execute(async () => {
 | 
					    await retryHelper.execute(async () => {
 | 
				
			||||||
      await that.execGit(args)
 | 
					      await this.execGit(args)
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -343,9 +342,8 @@ class GitCommandManager {
 | 
				
			||||||
  async lfsFetch(ref: string): Promise<void> {
 | 
					  async lfsFetch(ref: string): Promise<void> {
 | 
				
			||||||
    const args = ['lfs', 'fetch', 'origin', ref]
 | 
					    const args = ['lfs', 'fetch', 'origin', ref]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    const that = this
 | 
					 | 
				
			||||||
    await retryHelper.execute(async () => {
 | 
					    await retryHelper.execute(async () => {
 | 
				
			||||||
      await that.execGit(args)
 | 
					      await this.execGit(args)
 | 
				
			||||||
    })
 | 
					    })
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue