mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 13:41:07 +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 !== extractResponse.sha256Digest) {
|
||||
digestMismatch = true
|
||||
core.info(`Computed digest: ${extractResponse.sha256Digest}`)
|
||||
core.info(`Expected digest: ${options.expectedHash}`)
|
||||
core.debug(`Computed digest: ${extractResponse.sha256Digest}`)
|
||||
core.debug(`Expected digest: ${options.expectedHash}`)
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user