We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfea8c commit 4edb861Copy full SHA for 4edb861
.github/workflows/gsg-repo-gen.yml
@@ -36,6 +36,7 @@ jobs:
36
command: gh search repos topic:sparkfun-tutorial --owner sparkfun --visibility public --sort updated --order desc --limit 1000 --json name,url,homepage,description > gsg.json
37
max_attempts: 3
38
retry_wait_seconds: 180
39
+ timeout_minutes: 2
40
41
- name: Check for updates
42
id: has_updates
0 commit comments