From 0ad2850beaa709037365bec9a7a9898b4999c74b Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:34:40 -0500 Subject: [PATCH] Add comment sections for the parameters --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/action.yml b/action.yml index 4e0d27d..dc9fcbe 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,9 @@ branding: icon: 'package' color: 'orange' inputs: + ######################## + # For actions/setup-node + ######################## node-version: description: "Override the default node version, or override what is specified in your project's volta config" required: false @@ -16,6 +19,10 @@ inputs: description: "Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN." required: false default: '' + + ######################## + # For pnpm/setup-action + ######################## pnpm-version: description: 'Override the default pnpm version, which defaults to the latest 8.x' required: false