Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Dec 21, 2023
1 parent c3af276 commit 10222fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-artifacts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async function main() {
})
core.info("BEGIN TEST OUTPUT")
for (const artifact of artifacts) {
core.info(`${artifact}`)
core.info(`${JSON.stringify(artifact)}`)
}
core.info("END TEST OUTPUT")
const artifactNames = names.split(",").map(artifactName => artifactName.trim())
Expand Down

0 comments on commit 10222fe

Please sign in to comment.