mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 21:18:22 +02:00
Rename to no-cache
This commit is contained in:
parent
fe6ae30010
commit
f59de90fb6
4 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ runAction({
|
|||
customUrl: getInput("bun-download-url") || undefined,
|
||||
registryUrl: getInput("registry-url") || undefined,
|
||||
scope: getInput("scope") || undefined,
|
||||
disableCache: getBooleanInput("disable-cache") || undefined,
|
||||
noCache: getBooleanInput("no-cache") || undefined,
|
||||
})
|
||||
.then(({ version, revision, cacheHit }) => {
|
||||
setOutput("bun-version", version);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue