2022-07-11 09:45:23 +02:00
|
|
|
name: "Setup Bun"
|
|
|
|
description: "Setup Bun by installing, downloading, and adding it to the path"
|
|
|
|
author: "xHyroM"
|
|
|
|
|
|
|
|
branding:
|
|
|
|
icon: "play-circle"
|
|
|
|
color: "white"
|
|
|
|
|
|
|
|
inputs:
|
|
|
|
bun-version:
|
|
|
|
description: "The Bun version to install."
|
|
|
|
default: "latest"
|
|
|
|
github-token:
|
|
|
|
description: "The github token secret can be passed in using {{ secrets.GITHUB_TOKEN }}"
|
2022-07-12 18:39:58 +02:00
|
|
|
misc-test-builds:
|
|
|
|
description: "Install builds from https://github.com/oven-sh/misc-test-builds (not recommended!)"
|
|
|
|
required: false
|
2022-07-11 09:45:23 +02:00
|
|
|
|
|
|
|
outputs:
|
|
|
|
bun-version:
|
|
|
|
description: "The Bun version that was installed."
|
|
|
|
|
|
|
|
runs:
|
|
|
|
using: "node12"
|
|
|
|
main: "dist/index.js"
|