WIP
This commit is contained in:
parent
7c7896859c
commit
5f3f00f909
4 changed files with 21 additions and 25 deletions
|
|
@ -295,10 +295,7 @@ func CreatePullRequest(client *Client, repo *Repository, params map[string]inter
|
|||
inputParams[key] = val
|
||||
}
|
||||
}
|
||||
variables := map[string]interface{}{
|
||||
"input": inputParams,
|
||||
}
|
||||
|
||||
variables := inputParams
|
||||
result := struct {
|
||||
CreatePullRequest struct {
|
||||
PullRequest PullRequest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue