Skip to content

Commit d4122d3

Browse files
author
Create Index Workflow
committed
...
1 parent 237f125 commit d4122d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jq . extra-cheat-sheets.json >/dev/null
1414
readme_update() {
1515

1616
# Check "last_updated" field to update stars/forks in extra-cheat-sheets.json
17-
max_updates=15
17+
max_updates=50
1818
jq -c '. | to_entries[]' extra-cheat-sheets.json | while read -r entry; do
1919
# Eventual consistency, do no update to much to not hit GitHub API quota
2020
if [ "$max_updates" -le 0 ]; then

0 commit comments

Comments
 (0)