mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 09:20:35 +01:00
Make strict mode input not required
This commit is contained in:
parent
a3a3df437a
commit
e2997e4d69
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,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