Skip to content

Commit

Permalink
ci: fix cache key error
Browse files Browse the repository at this point in the history
  • Loading branch information
h-takeyeah committed Mar 9, 2024
1 parent a263a79 commit c5bc37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-nodemodules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
path: |
${{ inputs.root }}/node_modules
${{ inputs.root }}/.next/cache
key: ${{ runner.os }}-bun-cache-${{ hashFiles('bun.lockb') }}
key: ${{ runner.os }}-bun-cache-${{ hashFiles('**/bun.lockb') }}
restore-keys: ${{ runner.os }}-bun-cache-
- uses: oven-sh/setup-bun@v1
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit c5bc37b

Please sign in to comment.