Skip to content

Commit 62fac39

Browse files
committed
moved the search term to the sparkfun-tutorial
1 parent 82c06fc commit 62fac39

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-getting-started --owner sparkfun --json name,url,homepage,description > gsg.json
31+
gh search repos topic:sparkfun-tutorial --owner sparkfun --json name,url,homepage,description > gsg.json
3232
3333
- name: Check for updates
3434
id: has_updates

0 commit comments

Comments
 (0)