diff --git a/src/index.ts b/src/index.ts index b67a9b8..d884f1d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,7 +25,7 @@ runAction({ readVersionFromFile(getInput("bun-version-file")) || undefined, customUrl: getInput("bun-download-url") || undefined, - registries: registries.length > 0 ? registries : undefined, + registries: registries, noCache: getBooleanInput("no-cache") || false, }) .then(({ version, revision, bunPath, url, cacheHit }) => {