From c8e83ff6b5e136758902b052198c817fb1462a73 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 23 May 2024 12:10:57 -0300 Subject: [PATCH] Make strict mode input not required --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 4750b9b..fd671b1 100644 --- a/action.yml +++ b/action.yml @@ -49,6 +49,7 @@ inputs: required: false _internal-strict-mode: description: Whether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows. + required: false default: false runs: using: "node20"