mirror of
https://github.com/actions/toolkit.git
synced 2026-08-24 00:00:19 +02:00
Change info logs to debug logs
This commit is contained in:
@@ -227,8 +227,8 @@ export async function downloadArtifactInternal(
|
|||||||
if (options?.expectedHash) {
|
if (options?.expectedHash) {
|
||||||
if (options?.expectedHash !== extractResponse.sha256Digest) {
|
if (options?.expectedHash !== extractResponse.sha256Digest) {
|
||||||
digestMismatch = true
|
digestMismatch = true
|
||||||
core.info(`Computed digest: ${extractResponse.sha256Digest}`)
|
core.debug(`Computed digest: ${extractResponse.sha256Digest}`)
|
||||||
core.info(`Expected digest: ${options.expectedHash}`)
|
core.debug(`Expected digest: ${options.expectedHash}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user