mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-28 08:54:53 +00:00
Tweak verbosity levels
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user