Skip to content

Commit

Permalink
fix: terminate string properly
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain authored Jan 10, 2023
1 parent 9f7d169 commit 6b37d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/cache-node-modules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b37d29

Please sign in to comment.