mirror of
https://github.com/actions/toolkit
synced 2025-05-09 16:43:02 +00:00
update debug statement
This commit is contained in:
parent
4617da254f
commit
4090623397
2 changed files with 3 additions and 2 deletions
|
@ -108,12 +108,12 @@ export async function uploadArtifact(
|
|||
core.info(
|
||||
`Artifact ${name}.zip successfully finalized. Artifact ID ${artifactId}`
|
||||
)
|
||||
if (core.isDebug()) {
|
||||
// if (core.isDebug()) {
|
||||
setTimeout(function () {
|
||||
core.debug('Processes keeping upload stream running:')
|
||||
whyIsNodeRunning()
|
||||
}, 500)
|
||||
}
|
||||
// }
|
||||
//
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue