mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 02:30:26 +08:00
22 lines
494 B
YAML
22 lines
494 B
YAML
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 }}"
|
|
|
|
outputs:
|
|
bun-version:
|
|
description: "The Bun version that was installed."
|
|
|
|
runs:
|
|
using: "node12"
|
|
main: "dist/index.js" |