Add ci-mode to action.yml

This commit is contained in:
Luc Perkins 2024-05-22 13:24:59 -03:00
parent 0b690dedac
commit 61795779f3
No known key found for this signature in database
GPG Key ID: 16DB1108FB591835

View File

@ -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"