diff --git a/README.md b/README.md index 5d3d4e9b..611a4a65 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ steps: with: node-version: '14' cache: 'npm' -- if: !steps.setup.outputs.cache-hit != 'true' +- if: steps.setup.outputs.cache-hit != 'true' run: npm install - run: npm test ```