mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 06:28:26 +02:00
feat: add input bun-version-file (#76)
* feat: add input for bun-version-file * docs: update example bun version file * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
8f24390df0
commit
3ef79febc9
5 changed files with 148 additions and 51 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