This commit is contained in:
Rob Herley 2023-12-06 17:36:08 -05:00
parent 40c8ff5a04
commit 11b9048092
No known key found for this signature in database
GPG key ID: D1602042C3543B06

16
dist/index.js vendored
View file

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