From 9370a40ce0cc83c4a7073745347219d46b4e2be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Tue, 18 Jan 2022 10:43:18 +0100 Subject: [PATCH] Sorry... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```