update url

This commit is contained in:
Dmitry Shibanov 2022-09-05 14:24:35 +02:00
parent 5c11592098
commit f25607f348
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -102468,7 +102468,7 @@ class MicrosoftDistributions extends base_installer_1.JavaBase {
// TODO get these dynamically!
// We will need Microsoft to add an endpoint where we can query for versions.
const token = core.getInput('token');
const manifest = (yield this.http.getJson('https://github.com/dmitry-shibanov/setup-java/tree/add-json-for-microsoft-versions', { authorization: token })).result;
const manifest = (yield this.http.getJson('https://github.com/dmitry-shibanov/setup-java/blob/add-json-for-microsoft-versions/microsoft-build-of-openjdk-versions.json', { authorization: token })).result;
return manifest;
});
}