mirror of
https://gitea.com/actions/upload-artifact.git
synced 2026-01-28 21:03:55 +08:00
more debug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user