We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache-hit
1 parent 1404fdc commit 194be82Copy full SHA for 194be82
.github/workflows/build.yml
@@ -179,7 +179,7 @@ jobs:
179
key: ${{ steps.compute_lockfile_hash.outputs.hash }}
180
181
- name: Install dependencies
182
- if: steps.cache_dependencies.outputs.cache_hit != 'true'
+ if: steps.cache_dependencies.outputs.cache-hit != 'true'
183
run: yarn install --ignore-engines --frozen-lockfile
184
outputs:
185
dependency_cache_key: ${{ steps.compute_lockfile_hash.outputs.hash }}
0 commit comments