From 6b37d2975b965f648c551e390fc9aa6f0e54d225 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 10 Jan 2023 15:14:44 +0000 Subject: [PATCH] fix: terminate string properly --- actions/cache-node-modules/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/cache-node-modules/action.yml b/actions/cache-node-modules/action.yml index 7965c1541..b9026a63d 100644 --- a/actions/cache-node-modules/action.yml +++ b/actions/cache-node-modules/action.yml @@ -9,7 +9,7 @@ inputs: required: false default: 'echo' build_on_cache_fail: - description: 'Whether you want to run `npm run --if-present build` if there is no cache + description: 'Whether you want to run `npm run --if-present build` if there is no cache' require: false default: 'true' # defaulting to true to not break any existing users. cache_name: