mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 15:50:52 +00:00
Merge branch 'master' into issue_546_list_repository_topics
This commit is contained in:
@@ -129,7 +129,7 @@ public class GHRepository extends GHObject {
|
||||
* Obtains a single {@link GHDeployment} by its ID.
|
||||
*/
|
||||
public GHDeployment getDeployment(long id) throws IOException {
|
||||
return root.retrieve().to("deployments/" + id, GHDeployment.class).wrap(this);
|
||||
return root.retrieve().to(getApiTailUrl("deployments/" + id), GHDeployment.class).wrap(this);
|
||||
}
|
||||
|
||||
private String join(List<String> params, String joinStr) {
|
||||
|
||||
Reference in New Issue
Block a user