From 7a7f13f9b5cb5ba08d4ed4774c354e262d0338f8 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 23 May 2024 12:03:54 -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 f0f3b95..9af486e 100644 --- a/action.yml +++ b/action.yml @@ -100,6 +100,7 @@ inputs: default: "" _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 outputs: pull-request-number: