mirror of
https://github.com/actions/checkout.git
synced 2025-12-29 23:12:22 +08:00
Merge 15b44f68ab into 3b9b8c884f
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user