mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
ncc
This commit is contained in:
parent
40c8ff5a04
commit
11b9048092
1 changed files with 12 additions and 4 deletions
16
dist/index.js
vendored
16
dist/index.js
vendored
|
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue