Make strict mode input not required

This commit is contained in:
Luc Perkins 2024-05-23 12:06:37 -03:00
parent a3a3df437a
commit e2997e4d69
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -59,6 +59,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: