mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:42:58 +08:00
we really shouldn't warn on these errors, action author can decide what to do (#837)
This commit is contained in:
parent
243a8bba07
commit
b9414eecb3
@ -36,7 +36,7 @@ export async function hashFiles(globber: Globber): Promise<string> {
|
|||||||
core.debug(`Found ${count} files to hash.`)
|
core.debug(`Found ${count} files to hash.`)
|
||||||
return result.digest('hex')
|
return result.digest('hex')
|
||||||
} else {
|
} else {
|
||||||
core.warning(`No matches found for glob`)
|
core.debug(`No matches found for glob`)
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user