Skip to content

Commit

Permalink
we really shouldn't warn on these errors, action author can decide wh…
Browse files Browse the repository at this point in the history
…at to do (actions#837)
  • Loading branch information
thboop authored Jun 7, 2021
1 parent 243a8bb commit b9414ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/glob/src/internal-hash-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
}
}

0 comments on commit b9414ee

Please sign in to comment.