what-swag
9 years agoNew Contributor
How can I access the errors from a github pull?
I created a github pull for my API but each time I save the request I get an email with an error. Unfortunately it just tells me there was an error, it doesn't give me the error message it got from github, making it hard for me to figure out the error.
The github respository is private and owned by an organization. I created a personal access token with the "repo" OAuth scope from a user that has read access to the needed repository.
Github reports the path as Organization/Repository/Directory/swagger.json. Since the form requested the owner and repository separately I assume the path should just be Directory/swagger.json, but I tried lots of alternatives.
Any ideas about how to see the error or how to fix the pull request.