From 5daca165445f0ae10478593083f72ca2625e241d Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 22 Jan 2024 11:08:37 +0100 Subject: [PATCH] Remove default in action.yml for windows-toolchain * Otherwise it shows up in every usage of the action even if not set. * Consistent with other non-required inputs. --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 48c441b1d..302149251 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,6 @@ inputs: It also sets environment variables using 'ridk' or 'vcvars64.bat' based on the selected Ruby. At present, the only other setting than 'default' is 'none', which only adds Ruby to PATH. No build tools or packages are installed, nor are any ENV setting changed to activate them. - default: 'default' outputs: ruby-prefix: