Add debugging

This commit is contained in:
Justin Hutchings
2024-08-26 22:35:19 +00:00
committed by GitHub
parent a0e040ff7b
commit 01216ee138
+1
View File
@@ -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