From ad1208bf19bf720e6c76b15a85530ce497d49452 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Sat, 3 Jan 2026 17:21:55 -0600 Subject: [PATCH] docs: restore missing `no-cache` input (#149) * docs: restore missing `no-cache` input accidentally removed in ef00e4ac8e15add456ae887eccd2ce70886cbbe1 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afdd810..a696496 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ If you need to override the download URL, you can use the `bun-download-url` inp | `bun-download-url` | URL to download .zip file for Bun release | | | | `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