Rebuild dist
This commit is contained in:
+1
-1
@@ -24975,7 +24975,7 @@ class ComponentDetection {
|
||||
}
|
||||
const serverUrl = core.getInput('releaseServerUrl') || github.context.apiUrl;
|
||||
//const octokit = github.getOctokit(githubToken, { baseUrl: serverUrl });
|
||||
const octokit = new octokit_1.Octokit({ auth: githubToken, baseUrl: serverUrl });
|
||||
const octokit = new octokit_1.Octokit({ auth: githubToken, baseUrl: serverUrl, request: { fetch: cross_fetch_1.default } });
|
||||
const owner = "microsoft";
|
||||
const repo = "component-detection";
|
||||
core.debug("Attempting to download latest release from " + serverUrl);
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user