Skip to content

Commit 4ba2055

Browse files
committed
Fix TemplateValidationErrors
1 parent 1c9042f commit 4ba2055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup-js/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
fetch-depth: "${{ inputs.fetch-all == 'true' && '0' || '1' }}"
3333

3434
- name: Install pnpm
35-
if: ${{ inputs.package-manager == "pnpm" }}
35+
if: ${{ inputs.package-manager == 'pnpm' }}
3636
uses: pnpm/action-setup@4
3737

3838
- name: Setup node

0 commit comments

Comments
 (0)