Skip to content

Commit 380f81e

Browse files
authored
Reduce missing checksum log noise (#117)
Closes #116
1 parent 53276d8 commit 380f81e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/index.cjs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async function verifyDownloadChecksum(
169169
): Promise<void> {
170170
const result = await validateDownloadedChecksum(archivePath, asset, version)
171171
if (result === 'missing') {
172-
core.warning(
172+
core.debug(
173173
`Checksum is not known for ${buildChecksumKey(version, asset.name)}; skipping verification for prek ${version}`,
174174
)
175175
return

0 commit comments

Comments
 (0)