Skip to content

Commit 587d6f5

Browse files
authored
fix: github query to create a repo seems to have switched a type (#463)
1 parent 27c0929 commit 587d6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/vcs/create-git-repos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const createPersonalRepositoryMutation = `mutation ($repoName: String!, $repoDes
8989
}
9090
}`
9191

92-
const createOrganizationRepositoryMutation = `mutation ($repoName: String!, $repoDescription: String!, $ownerId: String!) {
92+
const createOrganizationRepositoryMutation = `mutation ($repoName: String!, $repoDescription: String!, $ownerId: ID) {
9393
createRepository(
9494
input: {
9595
name:$repoName,

0 commit comments

Comments
 (0)