From a009e4d1af10ac8ebf44d949b5143deb817affe8 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 13 Mar 2024 18:43:55 +0000 Subject: [PATCH] Remove "experimental" designation from `packs` input --- init/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/action.yml b/init/action.yml index 1b6c8c547d..d55ca5d4c2 100644 --- a/init/action.yml +++ b/init/action.yml @@ -78,7 +78,7 @@ inputs: required: false packs: description: >- - [Experimental] Comma-separated list of packs to run. Reference a pack in the format `scope/name[@version]`. If `version` is not + Comma-separated list of packs to run. Reference a pack in the format `scope/name[@version]`. If `version` is not specified, then the latest version of the pack is used. By default, this overrides the same setting in a configuration file; prefix with "+" to use both sets of packs.