mirror of
https://github.com/actions/checkout.git
synced 2025-07-20 18:36:13 +08:00
Compare commits
2 Commits
90067efc66
...
878b21d595
Author | SHA1 | Date | |
---|---|---|---|
|
878b21d595 | ||
|
b800b38ab2 |
@ -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