mirror of
https://github.com/actions/setup-python
synced 2024-11-30 21:22:28 +08:00
Compare commits
2 Commits
64c34e8263
...
3902252b48
Author | SHA1 | Date | |
---|---|---|---|
|
3902252b48 | ||
|
ae66cc3fdf |
6
dist/setup/index.js
vendored
6
dist/setup/index.js
vendored
@ -10063,7 +10063,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…
Reference in New Issue
Block a user