From 142d633f6a2916e4f7642b92d475d1d2a00a34fb Mon Sep 17 00:00:00 2001 From: Patrick Kerschbaum Date: Fri, 5 May 2023 10:28:15 +0200 Subject: [PATCH] fix default --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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