From 14fda4e07607666fbdadd43a584ee4bc68398082 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 6 Mar 2024 10:36:32 -0500 Subject: [PATCH] Stop setting the default source branch to 'main' --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index a678a1f..1960907 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,6 @@ inputs: source-branch: description: The branch of `magic-nix-cache` to use. Conflicts with all other `source-*` options. required: false - default: main source-pr: description: The PR of `magic-nix-cache` to use. Conflicts with all other `source-*` options. required: false