Skip to content

Commit fed1cf4

Browse files
authored
Forgot to change org variable in 7-org-with-variables.graphql
1 parent a58e173 commit fed1cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql/queries/7-org-with-variables.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ query getOrg($orgName:String!) {
1414
}
1515

1616
variables {
17-
"orgName": "github"
18-
}
17+
"orgName": "ORG_NAME"
18+
}

0 commit comments

Comments
 (0)