Added debug output

This commit is contained in:
Gerrit Grunwald 2021-03-12 12:00:06 +01:00
commit e1f157b4c6
2 changed files with 3 additions and 0 deletions

View file

@ -282,6 +282,8 @@ async function getDownloadInfo(
});
let json: any = '';
core.debug(`url: ${url}`);
const response = await http.get(url);
const statusCode = response.message.statusCode || 0;
if (statusCode == 200) {