Skip to content

Commit 9c1bc82

Browse files
committed
update workflow
1 parent e74ad12 commit 9c1bc82

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update-stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
laravel_tips=$(grep -r "^## Laravel Tip" ./tips | wc -l)
2222
php_tips=$(grep -r "^## PHP Tip" ./tips | wc -l)
2323
pest_tips=$(grep -r "^## Pest Tip" ./tips | wc -l)
24-
24+
claude_code_tips=$(grep -r "^## Claude Code" ./tips | wc -l)
25+
2526
# Calculate total
26-
total=$((laravel_tips + php_tips + pest_tips))
27-
27+
total=$((laravel_tips + php_tips + pest_tips + claude_code_tips))
28+
2829
echo "{\"totalTips\": $total}" > stats.json
29-
echo "Found $laravel_tips Laravel tips, $php_tips PHP tips, $pest_tips Pest tips, total: $total"
3030
3131
- name: Commit and push if changed
3232
run: |

0 commit comments

Comments
 (0)