This commit is contained in:
Chris Westra 2022-09-08 10:02:18 -04:00
parent 7c7896859c
commit 5f3f00f909
4 changed files with 21 additions and 25 deletions

View file

@ -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