mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-21 14:08:24 +02:00
feat: support for multiple registries
This commit is contained in:
parent
7c641390eb
commit
c623269aa2
6 changed files with 332 additions and 22 deletions
|
@ -22,7 +22,10 @@ inputs:
|
|||
description: The URL of the package registry to use for installing Bun. Set the $BUN_AUTH_TOKEN environment variable to authenticate with the registry.
|
||||
scope:
|
||||
required: false
|
||||
description: The scope for authenticating with the package registry.
|
||||
description: "The scope for authenticating with the package registry."
|
||||
registries:
|
||||
required: false
|
||||
description: "An object of package registries mapped by scope for authenticating with the package registry."
|
||||
no-cache:
|
||||
required: false
|
||||
type: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue