mirror of
https://github.com/actions/setup-python.git
synced 2026-05-24 08:07:47 +00:00
Merge ae66cc3fdf9e31fb9f188fda02d9f9d89390a9f6 into c8813ba1bc76ebf779b911ad8ffccbf2e449cb48
This commit is contained in:
commit
9db89bddc0
6
dist/setup/index.js
vendored
6
dist/setup/index.js
vendored
@ -10482,7 +10482,11 @@ function getManifestFromRepo(owner_1, repo_1, auth_1) {
|
|||||||
core.debug('Invalid json');
|
core.debug('Invalid json');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return releases;
|
if (!releases.hasOwnProperty('documentation_url')){
|
||||||
|
return releases;
|
||||||
|
}else{
|
||||||
|
throw new Error ('github API rate limiting response in JSON format')
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
function findFromManifest(versionSpec_1, stable_1, manifest_1) {
|
function findFromManifest(versionSpec_1, stable_1, manifest_1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user