We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e040f commit 01216eeCopy full SHA for 01216ee
componentDetection.ts
@@ -150,6 +150,7 @@ export default class ComponentDetection {
150
const octokit = github.getOctokit(githubToken, { baseUrl: serverUrl });
151
const owner = "microsoft";
152
const repo = "component-detection";
153
+ core.debug("Attempting to download latest release from " + serverUrl);
154
155
const latestRelease = await octokit.rest.repos.getLatestRelease({
156
owner, repo
0 commit comments