mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
Merge 15b44f68ab into 85e6279cec
This commit is contained in:
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() {
|
||||
|
||||
Reference in New Issue
Block a user