TRAP Caching: Re-introduce workaround for download timeout

This commit is contained in:
Edoardo Pirovano 2022-11-16 11:20:47 +00:00
parent c939e6615d
commit bfc56625b0
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
6 changed files with 16 additions and 12 deletions

1
lib/init-action.js generated
View file

@ -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