mirror of
https://github.com/github/codeql-action.git
synced 2026-05-22 13:59:03 +00:00
Accept replaces-base option
This commit is contained in:
@@ -198,6 +198,7 @@ async function startProxy(
|
||||
.map((credential) => ({
|
||||
type: credential.type,
|
||||
url: credential.url,
|
||||
"replaces-base": credential["replaces-base"],
|
||||
}));
|
||||
core.setOutput("proxy_urls", JSON.stringify(registry_urls));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user