mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2025-05-18 06:30:08 +02:00
.
This commit is contained in:
parent
1f3c0c57c9
commit
c41b3a9519
2 changed files with 0 additions and 218 deletions
|
@ -1,5 +1,3 @@
|
|||
import log from 'why-is-node-running'
|
||||
|
||||
import * as core from '../node_modules/@actions/core/'
|
||||
import artifact, {
|
||||
UploadArtifactOptions
|
||||
|
@ -64,18 +62,6 @@ 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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue