mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-22 21:12:08 +01:00
Add ci-mode to action.yml
This commit is contained in:
parent
0b690dedac
commit
61795779f3
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ inputs:
|
|||
nix-installer-url:
|
||||
description: (deprecated) A URL pointing to a `nix-installer.sh` script
|
||||
required: false
|
||||
ci-mode:
|
||||
description: Whether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.
|
||||
default: false
|
||||
|
||||
runs:
|
||||
using: "node20"
|
||||
|
|
Loading…
Reference in a new issue