mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2025-05-18 06:30:08 +02:00
.
This commit is contained in:
parent
10da87367e
commit
e2f97976bb
2 changed files with 6 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue