Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
navDhammu committed Nov 13, 2024
1 parent 45b19ec commit 50dffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate cache key
id: cache_key
run: |
echo "CACHE_KEY=deps-node-modules-${{ hashFiles('/pnpm-lock.yaml') }}" >> $GITHUB_OUTPUT
echo "CACHE_KEY=deps-cached-${{ hashFiles('pnpm-lock.yaml') }}" >> $GITHUB_OUTPUT
- name: Download cached dependencies
uses: actions/cache@v4
id: cache
Expand Down

0 comments on commit 50dffd8

Please sign in to comment.