mirror of
https://github.com/actions/toolkit
synced 2025-05-09 08:33:00 +00:00
updating event handlers
This commit is contained in:
parent
e71ddb9e5a
commit
14eee6f54a
2 changed files with 63 additions and 37 deletions
|
@ -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)
|
||||
// }
|
||||
//
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue