Skip to content

Commit 01216ee

Browse files
authored
Add debugging
1 parent a0e040f commit 01216ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

componentDetection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ export default class ComponentDetection {
150150
const octokit = github.getOctokit(githubToken, { baseUrl: serverUrl });
151151
const owner = "microsoft";
152152
const repo = "component-detection";
153+
core.debug("Attempting to download latest release from " + serverUrl);
153154

154155
const latestRelease = await octokit.rest.repos.getLatestRelease({
155156
owner, repo

0 commit comments

Comments
 (0)