Skip to content

Commit dbea75b

Browse files
Update gsg-repo-gen.yml
Updated search parameters - limited list to public repos only - manually forced limit on search results (requires integer value) - default was limited to 30; increased to 1000 - update when necessary - sorted list based on most recently updated repos (at top)
1 parent c9e1305 commit dbea75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gsg-repo-gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Run our gh command to find repos - only finds public repos with the given tag
2929
- name: gh command
3030
run: |
31-
gh search repos topic:sparkfun-tutorial --owner sparkfun --json name,url,homepage,description > gsg.json
31+
gh search repos topic:sparkfun-tutorial --owner sparkfun --visibility public --sort updated --order desc --limit 1000 --json name,url,homepage,description > gsg.json
3232
3333
- name: Check for updates
3434
id: has_updates

0 commit comments

Comments
 (0)