mirror of
https://github.com/actions/setup-python.git
synced 2025-04-14 16:03:31 +00:00
Merge ae66cc3fdf
into e348410e00
This commit is contained in:
commit
46ff0ce4c5
6
dist/setup/index.js
vendored
6
dist/setup/index.js
vendored
@ -11021,7 +11021,11 @@ function getManifestFromRepo(owner, repo, auth, branch = 'master') {
|
|||||||
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')
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
exports.getManifestFromRepo = getManifestFromRepo;
|
exports.getManifestFromRepo = getManifestFromRepo;
|
||||||
|
Loading…
Reference in New Issue
Block a user