mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 06:28:26 +02:00
feat: add input for bun-version-file
This commit is contained in:
parent
8f24390df0
commit
f83767c0cf
4 changed files with 116 additions and 16 deletions
|
@ -8,6 +8,9 @@ inputs:
|
|||
bun-version:
|
||||
description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)'
|
||||
required: false
|
||||
bun-version-file:
|
||||
description: 'The version of Bun to install from file. (e.g. ".bumrc")'
|
||||
required: false
|
||||
registry-url:
|
||||
required: false
|
||||
description: "The URL of the package registry to use for installing Bun. Set the $BUN_AUTH_TOKEN environment variable to authenticate with the registry."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue