mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
Add bun-download-url
to actions.yml
and rebuild (#83)
* Add download URL * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
8f24390df0
commit
f4d14e03ff
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ branding:
|
||||||
icon: play-circle
|
icon: play-circle
|
||||||
color: white
|
color: white
|
||||||
inputs:
|
inputs:
|
||||||
|
bun-download-url:
|
||||||
|
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."
|
||||||
|
required: false
|
||||||
bun-version:
|
bun-version:
|
||||||
description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)'
|
description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)'
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue