Skip to content

Commit 5275bec

Browse files
authored
Update gsg-repo-gen.yml
1 parent 1de8ddb commit 5275bec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/gsg-repo-gen.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: gh command
3434
run: |
3535
gh search repos topic:sparkfun-tutorial --owner sparkfun --visibility public --sort updated --order desc --limit 1000 --json name,url,homepage,description > gsg.json
36+
retry:
37+
command: gh search repos topic:sparkfun-tutorial --owner sparkfun --visibility public --sort updated --order desc --limit 1000 --json name,url,homepage,description > gsg.json
38+
max_attempts: 3
39+
retry_wait_seconds: 180
3640

3741
- name: Check for updates
3842
id: has_updates

0 commit comments

Comments
 (0)