Changed test in workflow from 13.0.2 to 11.0.10

This commit is contained in:
Gerrit Grunwald 2021-03-12 12:07:42 +01:00
parent e1f157b4c6
commit 74d577bb95
3 changed files with 13 additions and 16 deletions

View file

@ -282,8 +282,6 @@ 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) {