From 5275becf986543b9f40f3dbf79549f1dbfe84b99 Mon Sep 17 00:00:00 2001 From: "Kirk D. Benell" <13841301+gigapod@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:41:25 -0600 Subject: [PATCH] Update gsg-repo-gen.yml --- .github/workflows/gsg-repo-gen.yml | 4 ++++ 1 file changed, 4 insertions(+) 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