fix(ci): format directive-handling
parent
977467066d
commit
bf6aad1965
|
|
@ -272,10 +272,7 @@ export async function handleDirectiveOnly(params: {
|
||||||
authStorage,
|
authStorage,
|
||||||
authPaths,
|
authPaths,
|
||||||
);
|
);
|
||||||
authByProvider.set(
|
authByProvider.set(entry.provider, `${auth.label} (${auth.source})`);
|
||||||
entry.provider,
|
|
||||||
`${auth.label} (${auth.source})`,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
const current = `${params.provider}/${params.model}`;
|
const current = `${params.provider}/${params.model}`;
|
||||||
const defaultLabel = `${defaultProvider}/${defaultModel}`;
|
const defaultLabel = `${defaultProvider}/${defaultModel}`;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue