Skip to content

Commit

Permalink
use correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed May 17, 2024
1 parent d5bb7c1 commit 8549486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ml_stats_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- id: mathlib_stats
run: |
git checkout origin/adomani/periodic_reports_dev scripts/mathlib_stats.sh
git checkout origin/adomani/periodic_reports_dev_custom_action/mathlib_stats.sh
printf $'summary<<EOF\n%s\nEOF' "$(./scripts/mathlib_stats.sh)"
printf $'summary<<EOF\n%s\nEOF' "$(./scripts/mathlib_stats.sh)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 8549486

Please sign in to comment.