Skip to content

Commit 0547ec1

Browse files
committed
fix typo
1 parent 72a937c commit 0547ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
key: ${{ runner.os }}-node8-${{ hashFiles('**/package.json') }}
5050

5151
- run: npm install
52-
if: steps.cache-node-modules.outputs.cache-hit != 'true''
52+
if: steps.cache-node-modules.outputs.cache-hit != 'true'
5353

5454
- run: mkdir -p tests/tape
5555

0 commit comments

Comments
 (0)