Skip to content

Commit 1edb195

Browse files
authored
Update organization login to ORG_NAME
1 parent 7d53896 commit 1edb195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql/queries/org-list-outside-collaborators-by-repo.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
query( $cursor: String) {
2-
organization(login: "another-boring-org") {
2+
organization(login: "ORG_NAME") {
33
url
44
login
55
repositories(first: 100, after: $cursor) {

0 commit comments

Comments
 (0)