diff --git a/.github/workflows/gsg-repo-gen.yml b/.github/workflows/gsg-repo-gen.yml index 40f2344..415d80e 100644 --- a/.github/workflows/gsg-repo-gen.yml +++ b/.github/workflows/gsg-repo-gen.yml @@ -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