Skip to content

Commit 45d2c09

Browse files
committed
Update README.md
1 parent 6ef34ab commit 45d2c09

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)