From ab26b1f6527c3bc892230737edf2ca25a2151ab0 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 18 Jan 2024 07:48:46 -0800 Subject: [PATCH] Run from main by default --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 0c6ecce..bcc62ab 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,6 @@ inputs: source-pr: description: The PR of `magic-nix-cache` to use. Conflicts with all other `source-*` options. required: false - default: 10 source-revision: description: The revision of `nix-magic-nix-cache` to use. Conflicts with all other `source-*` options. required: false