mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-04-03 02:00:14 +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 scope = getInput("scope");
|
||||
|
||||
if (registries.length > 0 && (registryUrl || scope)) {
|
||||
setFailed("Cannot specify both 'registries' and 'registry-url' or 'scope'.");
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
if (registryUrl) {
|
||||
registries.push({
|
||||
url: registryUrl,
|
||||
|
Loading…
x
Reference in New Issue
Block a user