diff --git a/internal/vcs/create-git-repos.go b/internal/vcs/create-git-repos.go index ff09bb52..8d6078fb 100644 --- a/internal/vcs/create-git-repos.go +++ b/internal/vcs/create-git-repos.go @@ -89,7 +89,7 @@ const createPersonalRepositoryMutation = `mutation ($repoName: String!, $repoDes } }` -const createOrganizationRepositoryMutation = `mutation ($repoName: String!, $repoDescription: String!, $ownerId: String!) { +const createOrganizationRepositoryMutation = `mutation ($repoName: String!, $repoDescription: String!, $ownerId: ID) { createRepository( input: { name:$repoName,