setup-python
setup-python copied to clipboard
Throwing an error in getManifestFromRepo when the github API rate limiting response is a JSON object.
Description:
Updates fail condition for getManifestFromRepo function to include instances when github responds with JSON body for API rate limiting, that is incorrectly handled. Related issue:
https://github.com/actions/setup-python/issues/903
Check list:
- [ ] Mark if documentation changes are required.
- [ ] Mark if tests were added or updated to cover the changes.
Hello @Lavaerius,
Are you planning to make modifications to this PR as per @konradpabjan's suggestion? Please update your input so that we can move this forward and resolve the issue.
Thank you!
Yes, I'll look into that.
I've submitted: https://github.com/actions/toolkit/pull/1832