Skip to content

Commit

Permalink
Update pull_requests_to_csv.yml
Browse files Browse the repository at this point in the history
debug, read output
  • Loading branch information
n2020h authored Aug 12, 2024
1 parent 75b87d5 commit e595741
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_requests_to_csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
-o "timeline_$pr_number.json"; \
done
# Debugging: Display timeline JSON for a PR
- name: Display timeline JSON content for a PR
run: cat timeline_*.json

# Generate pull requests CSV including linked issues
- name: Generate pull requests CSV including linked issues
run: |
Expand Down

0 comments on commit e595741

Please sign in to comment.