Skip to content

Commit 6b37d29

Browse files
authoredJan 10, 2023
fix: terminate string properly
1 parent 9f7d169 commit 6b37d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎actions/cache-node-modules/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
required: false
1010
default: 'echo'
1111
build_on_cache_fail:
12-
description: 'Whether you want to run `npm run --if-present build` if there is no cache
12+
description: 'Whether you want to run `npm run --if-present build` if there is no cache'
1313
require: false
1414
default: 'true' # defaulting to true to not break any existing users.
1515
cache_name:

0 commit comments

Comments
 (0)
Please sign in to comment.