mirror of
https://github.com/actions/setup-java.git
synced 2025-11-06 06:43:43 +00:00
Update backup URL for fetching SapMachine releases to the new GitHub location
This commit is contained in:
parent
fcb4621416
commit
85ef1bce97
@ -69,7 +69,7 @@ export class SapMachineDistribution extends JavaBase {
|
|||||||
|
|
||||||
if (!fetchedReleasesJson) {
|
if (!fetchedReleasesJson) {
|
||||||
fetchedReleasesJson = await this.fetchReleasesFromUrl(
|
fetchedReleasesJson = await this.fetchReleasesFromUrl(
|
||||||
'https://backup.sapmachine.io/assets/data/sapmachine-releases-all.json'
|
'https://sap.github.io/SapMachine/assets/data/sapmachine-releases-all.json'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user