fix: add token property to action definition & fix satisfies params

This commit is contained in:
Jozef Steinhübl 2024-07-29 20:43:29 +02:00
parent 1cf9dead52
commit 8611d1045b
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
4 changed files with 18 additions and 5 deletions

View file

@ -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.