|
|
|
@ -145392,10 +145392,6 @@ const artifact_1 = __importDefault(__nccwpck_require__(99860));
|
|
|
|
|
const search_1 = __nccwpck_require__(13930);
|
|
|
|
|
const input_helper_1 = __nccwpck_require__(46455);
|
|
|
|
|
const constants_1 = __nccwpck_require__(69042);
|
|
|
|
|
setInterval(function () {
|
|
|
|
|
core.info('ℹ️ why-is-node-running');
|
|
|
|
|
(0, why_is_node_running_1.default)();
|
|
|
|
|
}, 5000);
|
|
|
|
|
function run() {
|
|
|
|
|
return __awaiter(this, void 0, void 0, function* () {
|
|
|
|
|
try {
|
|
|
|
@ -145436,6 +145432,18 @@ function run() {
|
|
|
|
|
}
|
|
|
|
|
catch (error) {
|
|
|
|
|
core.setFailed(error.message);
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
core.notice('ℹ️ why-is-node-running');
|
|
|
|
|
(0, why_is_node_running_1.default)();
|
|
|
|
|
}, 100);
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
core.notice('ℹ️ why-is-node-running');
|
|
|
|
|
(0, why_is_node_running_1.default)();
|
|
|
|
|
}, 10000);
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
core.notice('ℹ️ why-is-node-running');
|
|
|
|
|
(0, why_is_node_running_1.default)();
|
|
|
|
|
}, 30000);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|