diff --git a/action.yml b/action.yml index 3123658..c471916 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: fail-on-threshold: description: 'whether the action should fail if threshold is reached' required: false - default: false + default: true runs: using: node16 main: dist/index.js