Skip to content

Commit ab3bdf7

Browse files
committed
fix: match setup-node's registry-url description wording
1 parent ba0d868 commit ab3bdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ inputs:
2828
description: "Path to lock file for cache key generation. Auto-detected if not specified."
2929
required: false
3030
registry-url:
31-
description: "Optional registry to set up for auth. Will write a .npmrc in $RUNNER_TEMP with the registry URL and auth token config, and point npm at it via NPM_CONFIG_USERCONFIG."
31+
description: "Optional registry to set up for auth. Will set the registry in a project level .npmrc and set up auth to read in from env.NODE_AUTH_TOKEN."
3232
required: false
3333
scope:
3434
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/)."

0 commit comments

Comments
 (0)