mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-20 13:38:28 +02:00
fix: add token property to action definition & fix satisfies params
This commit is contained in:
parent
1cf9dead52
commit
8611d1045b
4 changed files with 18 additions and 5 deletions
|
@ -26,6 +26,10 @@ inputs:
|
|||
type: boolean
|
||||
default: false
|
||||
description: "Disable caching of bun executable."
|
||||
token:
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
description: "Personal access token (PAT) used to fetch tags from oven-sh/bun repository"
|
||||
outputs:
|
||||
bun-version:
|
||||
description: The version of Bun that was installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue