Make strict mode input not required

This commit is contained in:
Luc Perkins 2024-05-23 12:14:07 -03:00
parent 3c042d09d2
commit c3983e7949
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -134,6 +134,7 @@ inputs:
required: false required: false
_internal-strict-mode: _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. 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 default: false
runs: runs: