mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Changed test in workflow from 13.0.2 to 11.0.10
This commit is contained in:
parent
e1f157b4c6
commit
74d577bb95
3 changed files with 13 additions and 16 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue