Merge pull request #56 from DeterminateSystems/strict-mode-not-required

Make strict mode input not required
This commit is contained in:
Luc Perkins 2024-05-23 12:10:14 -03:00 committed by GitHub
commit cc5cb2a8e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: