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

@ -16,6 +16,7 @@ runAction({
registryUrl: getInput("registry-url") || undefined,
scope: getInput("scope") || undefined,
noCache: getBooleanInput("no-cache") || false,
token: getInput("token"),
})
.then(({ version, revision, bunPath, url, cacheHit }) => {
setOutput("bun-version", version);