setup-bun/action.yml

20 lines
518 B
YAML
Raw Normal View History

2023-02-22 17:47:24 -08:00
name: Setup Bun
description: Download, install, and setup Bun to your path.
author: robobun
2022-07-11 09:45:23 +02:00
branding:
2023-02-22 17:47:24 -08:00
icon: play-circle
color: white
2022-07-11 09:45:23 +02:00
inputs:
bun-version:
2023-02-22 17:47:24 -08:00
description: 'The version of Bun to install. (e.g. "latest", "canary", "0.5.6", <git-sha>)'
default: latest
required: false
2022-07-11 09:45:23 +02:00
outputs:
bun-version:
2023-02-22 17:47:24 -08:00
description: The version of Bun that was installed.
cache-hit:
description: If the version of Bun was cached. (e.g. "1" is true, "0" is false)
2022-07-11 09:45:23 +02:00
runs:
2023-02-22 17:47:24 -08:00
using: node16
main: dist/action.js