We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31dfad commit 2efabc1Copy full SHA for 2efabc1
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
run_install: false
24
- name: Get pnpm cache directory path
25
id: pnpm-cache-path
26
- run: echo "dir=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
+ run: echo "store=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
27
- uses: actions/cache@v4
28
id: pnpm-cache
29
with:
0 commit comments