Tweak verbosity levels

This commit is contained in:
James M. Greene
2023-03-06 22:03:56 -06:00
parent c8c985cff1
commit c981f59b6f
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ async function getSignedArtifactUrl({ runtimeToken, workflowRunId, artifactName
})
data = response?.result
core.info(JSON.stringify(data))
core.debug(JSON.stringify(data))
} catch (error) {
core.error('Getting signed artifact URL failed', error)
throw error