This commit is contained in:
Rob Herley 2023-12-06 17:30:47 -05:00
parent 10da87367e
commit e2f97976bb
No known key found for this signature in database
GPG key ID: D1602042C3543B06
2 changed files with 6 additions and 4 deletions

View file

@ -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 {