Make strict mode input not required

This commit is contained in:
Luc Perkins 2024-05-23 12:03:54 -03:00
parent e0fe1f8e46
commit 7a7f13f9b5
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -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: