mirror of
https://github.com/actions/setup-node.git
synced 2025-07-03 16:13:47 +00:00
check failures fix
This commit is contained in:
parent
7a5031f96f
commit
092c6400ca
2 changed files with 5 additions and 74 deletions
|
@ -16,6 +16,9 @@ inputs:
|
|||
default: false
|
||||
registry-url:
|
||||
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.'
|
||||
mirror-url:
|
||||
description: 'Custom mirror URL to download Node.js from (optional)'
|
||||
required: false
|
||||
scope:
|
||||
description: 'Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).'
|
||||
token:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue