fix: incorrect parenthesis

This commit is contained in:
John Armstrong 2023-02-23 01:45:51 -05:00 committed by GitHub
parent cb30b8c173
commit 8ae1345b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
- name: Get pnpm store directory
id: pnpm-cache
run: |
echo "{pnpm_cache_dir}={pnpm store path}" >> $GITHUB_OUTPUT
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
name: Setup pnpm cache
with: