Skip to content

Commit

Permalink
Add comment sections for the parameters (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Dec 20, 2023
1 parent 9a4115b commit 95ed832
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 95ed832

Please sign in to comment.