mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 21:18:22 +02:00
Integrate changes from https://github.com/oven-sh/setup-bun/pull/62/files
This commit is contained in:
parent
ebffcc41ce
commit
3f3e8f508f
4 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue