mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-23 05:48:06 +08: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