We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237f125 commit d4122d3Copy full SHA for d4122d3
build.sh
@@ -14,7 +14,7 @@ jq . extra-cheat-sheets.json >/dev/null
14
readme_update() {
15
16
# Check "last_updated" field to update stars/forks in extra-cheat-sheets.json
17
- max_updates=15
+ max_updates=50
18
jq -c '. | to_entries[]' extra-cheat-sheets.json | while read -r entry; do
19
# Eventual consistency, do no update to much to not hit GitHub API quota
20
if [ "$max_updates" -le 0 ]; then
0 commit comments