File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,13 @@ In most cases, you shouldn't need to use the [setup-node](https://github.com/act
4444
4545# # Inputs
4646
47- | Name | Description | Default | Examples |
48- | -------------- | -------------------------------------------------- | ----------- | ------------------------------- |
49- | `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` |
50- | `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` |
51- | `scope` | Scope for private packages. | `undefined` | `"@foo"`, `"@orgname"` |
52- | `no-cache` | Disable caching of the downloaded executable. | `false` | `true`, `false` |
47+ | Name | Description | Default | Examples |
48+ | ------------------ | -------------------------------------------------- | ----------- | ------------------------------- |
49+ | `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` |
50+ | `bun-download-url` | URL to download .zip file for Bun release | generated | - |
51+ | `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` |
52+ | `scope` | Scope for private packages. | `undefined` | `"@foo"`, `"@orgname"` |
53+ | `no-cache` | Disable caching of the downloaded executable. | `false` | `true`, `false` |
5354
5455# # Outputs
5556
You can’t perform that action at this time.
0 commit comments