Merge pull request #2196 from github/henrymercer/update-packs-input-description

Remove "experimental" designation from `packs` input
This commit is contained in:
Henry Mercer 2024-03-13 21:01:24 +00:00 committed by GitHub
commit 0d680ab61c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.