Rebuild dist

This commit is contained in:
Justin Hutchings
2024-08-26 22:51:12 +00:00
committed by GitHub
parent 5787da590b
commit 723a111a61
2 changed files with 2 additions and 2 deletions
Generated Vendored
+1 -1
View File
@@ -24975,7 +24975,7 @@ class ComponentDetection {
} }
const serverUrl = core.getInput('releaseServerUrl') || github.context.apiUrl; const serverUrl = core.getInput('releaseServerUrl') || github.context.apiUrl;
//const octokit = github.getOctokit(githubToken, { baseUrl: serverUrl }); //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 owner = "microsoft";
const repo = "component-detection"; const repo = "component-detection";
core.debug("Attempting to download latest release from " + serverUrl); core.debug("Attempting to download latest release from " + serverUrl);
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long