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 78ab602 commit 233f870Copy full SHA for 233f870
.github/workflows/upload_example_stats.yml
@@ -91,7 +91,7 @@ jobs:
91
path: ${{ env.STORE_PATH }}
92
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }}
93
restore-keys: |
94
- ${{ runner.os }}-${{ env.cache-name }}-
+ ${{ runner.os }}-${{ env.cache-name }}-
95
96
- name: Install dependencies
97
run: pnpm install
0 commit comments