mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-04 02:30:10 +08:00
refactor: drop unnecessary check
This commit is contained in:
parent
9a3109a1b7
commit
6f5df31427
@ -11,11 +11,6 @@ const registries = JSON.parse(getInput("registries") || "[]");
|
|||||||
const registryUrl = getInput("registry-url");
|
const registryUrl = getInput("registry-url");
|
||||||
const scope = getInput("scope");
|
const scope = getInput("scope");
|
||||||
|
|
||||||
if (registries.length > 0 && (registryUrl || scope)) {
|
|
||||||
setFailed("Cannot specify both 'registries' and 'registry-url' or 'scope'.");
|
|
||||||
process.exit(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (registryUrl) {
|
if (registryUrl) {
|
||||||
registries.push({
|
registries.push({
|
||||||
url: registryUrl,
|
url: registryUrl,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user