diff --git a/componentDetection.ts b/componentDetection.ts index 9f0c355..24d8e46 100644 --- a/componentDetection.ts +++ b/componentDetection.ts @@ -150,6 +150,7 @@ export default class ComponentDetection { const octokit = github.getOctokit(githubToken, { baseUrl: serverUrl }); const owner = "microsoft"; const repo = "component-detection"; + core.debug("Attempting to download latest release from " + serverUrl); const latestRelease = await octokit.rest.repos.getLatestRelease({ owner, repo