Skip to content

Commit

Permalink
Update gsg-repo-gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod authored Apr 5, 2024
1 parent 1de8ddb commit 5275bec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gsg-repo-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: gh command
run: |
gh search repos topic:sparkfun-tutorial --owner sparkfun --visibility public --sort updated --order desc --limit 1000 --json name,url,homepage,description > gsg.json
retry:
command: gh search repos topic:sparkfun-tutorial --owner sparkfun --visibility public --sort updated --order desc --limit 1000 --json name,url,homepage,description > gsg.json
max_attempts: 3
retry_wait_seconds: 180

- name: Check for updates
id: has_updates
Expand Down

0 comments on commit 5275bec

Please sign in to comment.