mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 06:22:55 +08:00
Change info logs to debug logs
This commit is contained in:
parent
3726c11433
commit
8c05dc87d8
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user