Skip to content

Commit

Permalink
Update organization login to ORG_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
gennaropalma authored Oct 22, 2024
1 parent 7d53896 commit 1edb195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
query( $cursor: String) {
organization(login: "another-boring-org") {
organization(login: "ORG_NAME") {
url
login
repositories(first: 100, after: $cursor) {

0 comments on commit 1edb195

Please sign in to comment.