Merge pull request #107 from DeterminateSystems/strict-mode-not-required
Make strict mode input not required
This commit is contained in:
commit
ede634b2c8
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue