mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
Update index.ts
This commit is contained in:
parent
2d281ea3fa
commit
b38767920d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function readVersionFromPackageJson(): string | undefined {
|
||||||
}
|
}
|
||||||
|
|
||||||
runAction({
|
runAction({
|
||||||
version: readVersionFromPackageJson() || getInput("bun-version") || undefined,
|
version: getInput("bun-version") || readVersionFromPackageJson() || undefined,
|
||||||
customUrl: getInput("bun-download-url") || undefined,
|
customUrl: getInput("bun-download-url") || undefined,
|
||||||
registryUrl: getInput("registry-url") || undefined,
|
registryUrl: getInput("registry-url") || undefined,
|
||||||
scope: getInput("scope") || undefined,
|
scope: getInput("scope") || undefined,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue