more debug

This commit is contained in:
Rob Herley 2023-12-06 17:23:51 -05:00
parent 49bd7df5e8
commit 07bdee9a57
No known key found for this signature in database
GPG key ID: D1602042C3543B06
3 changed files with 26 additions and 5 deletions

View file

@ -1,3 +1,5 @@
const log = require('why-is-node-running')
import * as core from '../node_modules/@actions/core/'
import artifact, {
UploadArtifactOptions
@ -6,6 +8,10 @@ import {findFilesToUpload} from './search'
import {getInputs} from './input-helper'
import {NoFileOptions} from './constants'
setTimeout(function () {
log()
}, 1000)
async function run(): Promise<void> {
try {
const inputs = getInputs()