1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 08:33:00 +00:00

updating event handlers

This commit is contained in:
Vallie Joseph 2024-03-28 15:10:34 +00:00
parent e71ddb9e5a
commit 14eee6f54a
2 changed files with 63 additions and 37 deletions

View file

@ -109,10 +109,10 @@ export async function uploadArtifact(
`Artifact ${name}.zip successfully finalized. Artifact ID ${artifactId}`
)
// if (core.isDebug()) {
setTimeout(function () {
core.debug('Processes keeping upload stream running:')
whyIsNodeRunning()
}, 500)
// setTimeout(function () {
// core.debug('Processes keeping upload stream running:')
// whyIsNodeRunning()
// }, 500)
// }
//