mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2026-09-07 00:11:45 -04: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