TRAP Caching: Re-introduce workaround for download timeout
This commit is contained in:
parent
c939e6615d
commit
bfc56625b0
6 changed files with 16 additions and 12 deletions
1
lib/init-action.js
generated
1
lib/init-action.js
generated
|
|
@ -177,6 +177,7 @@ async function runWrapper() {
|
|||
core.setFailed(`init action failed: ${error}`);
|
||||
console.log(error);
|
||||
}
|
||||
await (0, util_1.checkForTimeout)();
|
||||
}
|
||||
void runWrapper();
|
||||
//# sourceMappingURL=init-action.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue