mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
.
This commit is contained in:
parent
10da87367e
commit
e2f97976bb
2 changed files with 6 additions and 4 deletions
5
dist/index.js
vendored
5
dist/index.js
vendored
|
@ -145392,9 +145392,10 @@ 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);
|
||||
setTimeout(function () {
|
||||
setInterval(function () {
|
||||
core.info('ℹ️ why-is-node-running');
|
||||
(0, why_is_node_running_1.default)();
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
|
|
|
@ -8,9 +8,10 @@ import {findFilesToUpload} from './search'
|
|||
import {getInputs} from './input-helper'
|
||||
import {NoFileOptions} from './constants'
|
||||
|
||||
setTimeout(function () {
|
||||
setInterval(function () {
|
||||
core.info('ℹ️ why-is-node-running')
|
||||
log()
|
||||
}, 1000)
|
||||
}, 5000)
|
||||
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue