mirror of
https://github.com/actions/setup-python.git
synced 2025-08-11 19:12:07 +00:00
Merge ae66cc3fdf9e31fb9f188fda02d9f9d89390a9f6 into 9322b3ca74000aeb2c01eb777b646334015ddd72
This commit is contained in:
commit
67c0a9498a
6
dist/setup/index.js
vendored
6
dist/setup/index.js
vendored
@ -11027,7 +11027,11 @@ function getManifestFromRepo(owner, repo, auth, branch = 'master') {
|
||||
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')
|
||||
}
|
||||
});
|
||||
}
|
||||
exports.getManifestFromRepo = getManifestFromRepo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user