Skip to content

Commit 194be82

Browse files
authored
ci: Fix cache-hit typo (#8446)
1 parent 1404fdc commit 194be82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
key: ${{ steps.compute_lockfile_hash.outputs.hash }}
180180

181181
- name: Install dependencies
182-
if: steps.cache_dependencies.outputs.cache_hit != 'true'
182+
if: steps.cache_dependencies.outputs.cache-hit != 'true'
183183
run: yarn install --ignore-engines --frozen-lockfile
184184
outputs:
185185
dependency_cache_key: ${{ steps.compute_lockfile_hash.outputs.hash }}

0 commit comments

Comments
 (0)