mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-21 14:08:24 +02:00
feat: add bun paths and url to output
Fixes https://github.com/oven-sh/setup-bun/issues/81
This commit is contained in:
parent
3458468e4c
commit
ac64dabe8a
3 changed files with 12 additions and 1 deletions
|
@ -27,8 +27,13 @@ outputs:
|
|||
description: The version of Bun that was installed.
|
||||
bun-revision:
|
||||
description: The revision of Bun that was installed.
|
||||
bun-path:
|
||||
description: The path to the Bun executable.
|
||||
bun-download-url:
|
||||
description: The URL from which Bun was downloaded.
|
||||
cache-hit:
|
||||
description: If the version of Bun was cached.
|
||||
|
||||
runs:
|
||||
using: "node20"
|
||||
main: "dist/setup/index.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue