Skip to content

Commit

Permalink
debug log used glob
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Sep 5, 2024
1 parent 5dcb7e8 commit eeebb0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/save-cache/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/setup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/cache/restore-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export async function restoreCache(version: string): Promise<void> {
async function computeKeys(version: string): Promise<string> {
let cacheDependencyPathHash = '-'
if (cacheDependencyGlob !== '') {
core.info(`Using cache dependency glob: ${cacheDependencyGlob}`)
cacheDependencyPathHash += await glob.hashFiles(cacheDependencyGlob)
if (cacheDependencyPathHash === '-') {
throw new Error(
Expand Down

0 comments on commit eeebb0e

Please sign in to comment.