This commit is contained in:
Max schwenk 2024-02-22 12:59:43 -05:00
parent ebffcc41ce
commit 3f3e8f508f
4 changed files with 4 additions and 3 deletions

View file

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