mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +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:
|
nix-installer-url:
|
||||||
description: (deprecated) A URL pointing to a `nix-installer.sh` script
|
description: (deprecated) A URL pointing to a `nix-installer.sh` script
|
||||||
required: false
|
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:
|
runs:
|
||||||
using: "node20"
|
using: "node20"
|
||||||
|
|
Loading…
Reference in a new issue