From 45d2c093591073ed4f8d61611ed74c59c6c86db3 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 2 Jun 2024 04:01:49 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a41f9c2..caee0ba 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,13 @@ In most cases, you shouldn't need to use the [setup-node](https://github.com/act ## Inputs -| Name | Description | Default | Examples | -| -------------- | -------------------------------------------------- | ----------- | ------------------------------- | -| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` | -| `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` | -| `scope` | Scope for private packages. | `undefined` | `"@foo"`, `"@orgname"` | -| `no-cache` | Disable caching of the downloaded executable. | `false` | `true`, `false` | +| Name | Description | Default | Examples | +| ------------------ | -------------------------------------------------- | ----------- | ------------------------------- | +| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` | +| `bun-download-url` | URL to download .zip file for Bun release | generated | - | +| `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` | +| `scope` | Scope for private packages. | `undefined` | `"@foo"`, `"@orgname"` | +| `no-cache` | Disable caching of the downloaded executable. | `false` | `true`, `false` | ## Outputs