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

2
dist/index.js generated vendored
View File

@@ -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);

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long