Skip to content

Commit f4d14e0

Browse files
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>
1 parent 8f24390 commit f4d14e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ branding:
55
icon: play-circle
66
color: white
77
inputs:
8+
bun-download-url:
9+
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."
10+
required: false
811
bun-version:
912
description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", <sha>)'
1013
required: false

0 commit comments

Comments
 (0)