From 01216ee13844e1df81ceec63356f8f664118d942 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Mon, 26 Aug 2024 22:35:19 +0000 Subject: [PATCH] Add debugging --- componentDetection.ts | 1 + 1 file changed, 1 insertion(+) 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