From 2bd6eed1d5bdcc0190c529f6f238a5c3c09297fd Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 22 May 2024 18:16:07 -0300 Subject: [PATCH] Make the source-binary setting optional --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index d002ba4..16e5f70 100644 --- a/action.yml +++ b/action.yml @@ -41,6 +41,7 @@ inputs: source-binary: description: Run a version of the cache binary from somewhere already on disk. Conflicts with all other `source-*` options. + required: false source-branch: description: The branch of `magic-nix-cache` to use. Conflicts with all other `source-*` options. required: false