-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getRef method bug #794
Comments
@hipporello |
Hi, It is GHRepository class and the method signature is:
|
@hipporello |
Hi, You are using |
So, the problem isn't I agree with your point and that this is bug. I'm somewhat concerned that fixing this might cause a significant behavior change. |
Having looked a bit more into this, the library has a InputsLet's say we have the following input ref path specifiers:
Questions
GitHub API
|
Turns out there's a reason why this was not done: it breaks GHE 2.18 and earlier, possibly later as well. |
Describe the bug
gitRef method uses wrong api end point. It causes a deserialization problem. It should use
git/ref/%d
instead ofgit/ref/%s
.The text was updated successfully, but these errors were encountered: