From 61795779f33618bc3159225f130d91dcede9464a Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 22 May 2024 13:24:59 -0300 Subject: [PATCH] Add ci-mode to action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 4322016..75f39ac 100644 --- a/action.yml +++ b/action.yml @@ -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"