mirror of
https://github.com/actions/setup-java.git
synced 2025-11-07 09:44:10 +00:00
Remove unnecessary GitHub HTTP headers from fetchReleasesFromUrl call
This commit is contained in:
parent
3727bd882b
commit
f36eaff1c9
2 changed files with 2 additions and 3 deletions
|
|
@ -69,8 +69,7 @@ export class SapMachineDistribution extends JavaBase {
|
|||
|
||||
if (!fetchedReleasesJson) {
|
||||
fetchedReleasesJson = await this.fetchReleasesFromUrl(
|
||||
'https://sap.github.io/SapMachine/assets/data/sapmachine-releases-all.json',
|
||||
getGitHubHttpHeaders()
|
||||
'https://sap.github.io/SapMachine/assets/data/sapmachine-releases-all.json'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue