mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 18:51:13 +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.`)
|
||||
return result.digest('hex')
|
||||
} else {
|
||||
core.warning(`No matches found for glob`)
|
||||
core.debug(`No matches found for glob`)
|
||||
return ''
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user