mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2026-09-06 16:01:45 -04:00
.
This commit is contained in:
+12
-5
@@ -8,11 +8,6 @@ import {findFilesToUpload} from './search'
|
||||
import {getInputs} from './input-helper'
|
||||
import {NoFileOptions} from './constants'
|
||||
|
||||
setInterval(function () {
|
||||
core.info('ℹ️ why-is-node-running')
|
||||
log()
|
||||
}, 5000)
|
||||
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
const inputs = getInputs()
|
||||
@@ -69,6 +64,18 @@ async function run(): Promise<void> {
|
||||
}
|
||||
} catch (error) {
|
||||
core.setFailed((error as Error).message)
|
||||
setTimeout(function () {
|
||||
core.notice('ℹ️ why-is-node-running')
|
||||
log()
|
||||
}, 100)
|
||||
setTimeout(function () {
|
||||
core.notice('ℹ️ why-is-node-running')
|
||||
log()
|
||||
}, 10000)
|
||||
setTimeout(function () {
|
||||
core.notice('ℹ️ why-is-node-running')
|
||||
log()
|
||||
}, 30000)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user