mirror of
https://github.com/actions/setup-java.git
synced 2025-11-05 17:00:54 +00:00
Update backup URL for fetching SapMachine releases to the new GitHub location
This commit is contained in:
parent
fcb4621416
commit
85ef1bce97
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue