Skip to content

Commit af16239

Browse files
committed
fix: describe registry-url behavior accurately (writes to $RUNNER_TEMP)
1 parent ab3bdf7 commit af16239

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 set the registry in a project level .npmrc and set up auth to read in from env.NODE_AUTH_TOKEN."
31+
description: "Optional registry to set up for auth. Will write .npmrc in $RUNNER_TEMP with registry and auth config, and set NPM_CONFIG_USERCONFIG to point npm at it. Auth token is read 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)