From c2936a6e3ef2820be3d24a7825da0d0a38fab979 Mon Sep 17 00:00:00 2001 From: tgrall Date: Sat, 10 Feb 2024 09:20:39 +0100 Subject: [PATCH] fix reviewed done by @juxtin - bad line in yml --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 861f6e0..b8a3632 100644 --- a/action.yml +++ b/action.yml @@ -63,9 +63,8 @@ inputs: default: 120 warn-only: description: When set to `true` this action will always complete with success, overriding the `fail-on-severity` parameter. -Comment required: false - default: false + default: false runs: using: 'node20'