Skip to content

Commit

Permalink
use weekly_change
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed May 19, 2024
1 parent 2eb3523 commit 4c49073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mathlib_stats_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- id: mathlib_stats
run: |
git checkout origin/adomani/periodic_reports_dev_custom_action scripts/mathlib_stats.sh scripts/count_decls.lean
git checkout origin/adomani/weekly_change_report scripts/mathlib_stats.sh scripts/count_decls.lean
printf $'summary<<EOF\n%s\nEOF' "$(./scripts/mathlib_stats.sh)" >> "$GITHUB_OUTPUT"
printf '%s\n' "$(./scripts/mathlib_stats.sh)"
Expand Down
2 changes: 1 addition & 1 deletion scripts/mathlib_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ lake exe cache get > /dev/null
lake build --quiet

# update the `count_decls` and `mathlib_stats` scripts to the latest version
git checkout -q origin/adomani/periodic_reports_dev_custom_action scripts/count_decls.lean scripts/mathlib_stats.sh
git checkout -q origin/adomani/weekly_change_report scripts/count_decls.lean scripts/mathlib_stats.sh

# the output of `count_decls`
oldDeclsTots="$(getCountDecls)"
Expand Down

0 comments on commit 4c49073

Please sign in to comment.