Skip to content

Commit ad26b7d

Browse files
try to use a iql script;
1 parent 7eb7dfe commit ad26b7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/get-github-commits.iql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
REGISTRY PULL github v23.01.00104;
2+
3+
SELECT github.repos.commits.sha
4+
FROM github.repos.commits
5+
WHERE owner='stackql' AND repo='stackql';

0 commit comments

Comments
 (0)