Skip to content

Commit

Permalink
out first
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed May 17, 2024
1 parent 2b58676 commit eb64c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ml_stats_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
- id: mathlib_stats
run: |
git checkout origin/adomani/periodic_reports_dev_custom_action scripts/mathlib_stats.sh scripts/count_decls.lean
printf $'summary<<EOF\n%s\nEOF' "$(./scripts/mathlib_stats.sh)"
printf $'summary<<EOF\n%s\nEOF' "$(./scripts/mathlib_stats.sh)" >> "$GITHUB_OUTPUT"
printf $'summary<<EOF\n%s\nEOF' "$(./scripts/mathlib_stats.sh)"
- name: Add comment
run: gh pr comment "$NUMBER" --body "$BODY"
env:
Expand Down

0 comments on commit eb64c17

Please sign in to comment.