mirror of
https://github.com/actions/setup-java.git
synced 2025-09-10 12:37:08 +00:00
doc update and check failure fix
This commit is contained in:
parent
7ae252c5c3
commit
a43d151116
7 changed files with 25 additions and 22 deletions
|
@ -76,9 +76,8 @@ describe('findPackageForDownload', () => {
|
|||
checkLatest: false
|
||||
});
|
||||
distribution['getAvailableVersions'] = async () => manifestData as any;
|
||||
const resolvedVersion = await distribution['findPackageForDownload'](
|
||||
input
|
||||
);
|
||||
const resolvedVersion =
|
||||
await distribution['findPackageForDownload'](input);
|
||||
const url = resolvedVersion.url;
|
||||
const options = {method: 'HEAD'};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue