Skip to content

Commit 116cbf7

Browse files
committed
chore: use correct input name
1 parent e3663d9 commit 116cbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg.pr.new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Install pnpm
2727
with:
2828
run_install: false
29-
cache-dependency-path: ${{ env.WORKING_DIR }}/pnpm-lock.yaml
29+
cache_dependency_path: ${{ env.WORKING_DIR }}/pnpm-lock.yaml
3030

3131
- name: Use Node.js ${{ env.NODE_VER }}
3232
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f

0 commit comments

Comments
 (0)