Skip to content

Commit b9414ee

Browse files
authored
we really shouldn't warn on these errors, action author can decide what to do (#837)
1 parent 243a8bb commit b9414ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/glob/src/internal-hash-files.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export async function hashFiles(globber: Globber): Promise<string> {
3636
core.debug(`Found ${count} files to hash.`)
3737
return result.digest('hex')
3838
} else {
39-
core.warning(`No matches found for glob`)
39+
core.debug(`No matches found for glob`)
4040
return ''
4141
}
4242
}

0 commit comments

Comments
 (0)