mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2025-05-18 06:30:08 +02:00
more debug
This commit is contained in:
parent
49bd7df5e8
commit
07bdee9a57
3 changed files with 26 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue