mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
chore: base
This commit is contained in:
parent
b04d87b14c
commit
e187173d21
425 changed files with 1080881 additions and 5 deletions
22
action.yml
Normal file
22
action.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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"
|
Loading…
Add table
Add a link
Reference in a new issue