fix name
This commit is contained in:
parent
120f0bb34d
commit
841d519aa0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: pnpm install
|
- name: pnpm install
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- uses: actions/cache/save@v3
|
- uses: actions/cache/save@v3
|
||||||
name: prune pnpm cache
|
name: save pnpm cache
|
||||||
if: steps.pnpm-cache.outputs.cache-hit != 'true'
|
if: steps.pnpm-cache.outputs.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.pnpm-cache-dir.outputs.dir }}
|
path: ${{ steps.pnpm-cache-dir.outputs.dir }}
|
||||||
|
|
Loading…
Reference in a new issue