1 parent 243a8bb commit b9414eeCopy full SHA for b9414ee
packages/glob/src/internal-hash-files.ts
@@ -36,7 +36,7 @@ export async function hashFiles(globber: Globber): Promise<string> {
36
core.debug(`Found ${count} files to hash.`)
37
return result.digest('hex')
38
} else {
39
- core.warning(`No matches found for glob`)
+ core.debug(`No matches found for glob`)
40
return ''
41
}
42
0 commit comments