From 69a317751693a7a4d6fdf2778a5e280b22037cdc Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 22 May 2024 13:23:30 -0300 Subject: [PATCH] Change variable name Co-authored-by: Graham Christensen --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 442d900..c7428ca 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ inputs: source-url: description: A URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options. required: false - 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. default: false required: false