mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
feat: add support for test builds
This commit is contained in:
parent
81ecfb54f4
commit
9f7c2a5c23
3 changed files with 15 additions and 5 deletions
|
@ -12,6 +12,9 @@ inputs:
|
|||
default: "latest"
|
||||
github-token:
|
||||
description: "The github token secret can be passed in using {{ secrets.GITHUB_TOKEN }}"
|
||||
misc-test-builds:
|
||||
description: "Install builds from https://github.com/oven-sh/misc-test-builds (not recommended!)"
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
bun-version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue