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

1
dist/setup/index.js vendored
View file

@ -33749,7 +33749,6 @@ function getDownloadInfo(refs, version, arch, javaPackage, distro = 'zulu') {
maxRetries: 3
});
let json = '';
core.debug(`url: ${url}`);
const response = yield http.get(url);
const statusCode = response.message.statusCode || 0;
if (statusCode == 200) {