docs: restore missing no-cache input (#149)

* docs: restore missing `no-cache` input

accidentally removed in ef00e4ac8e

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
bashonly
2026-01-03 17:21:55 -06:00
committed by GitHub
parent bc6f04ce3b
commit ad1208bf19

View File

@@ -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