mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 05:22:21 +01:00
Make strict mode input not required
This commit is contained in:
parent
3c042d09d2
commit
c3983e7949
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue