Skip to content

Commit 55c069f

Browse files
change the script based on updated doc
1 parent e8bbaf8 commit 55c069f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/get-github-commits.iql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REGISTRY PULL github v23.01.00104;
22
SHOW PROVIDERS;
3-
select id, name, private
4-
from github.repos_orgs.repos_orgs
3+
select total_private_repos
4+
from github.orgs.orgs
55
where org = 'stackql';

0 commit comments

Comments
 (0)