Skip to content

Commit 2efabc1

Browse files
committed
import deps
1 parent f31dfad commit 2efabc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run_install: false
2424
- name: Get pnpm cache directory path
2525
id: pnpm-cache-path
26-
run: echo "dir=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
26+
run: echo "store=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
2727
- uses: actions/cache@v4
2828
id: pnpm-cache
2929
with:

0 commit comments

Comments
 (0)