Skip to content

Commit e595741

Browse files
authored
Update pull_requests_to_csv.yml
debug, read output
1 parent 75b87d5 commit e595741

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_requests_to_csv.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
-o "timeline_$pr_number.json"; \
4646
done
4747
48+
# Debugging: Display timeline JSON for a PR
49+
- name: Display timeline JSON content for a PR
50+
run: cat timeline_*.json
51+
4852
# Generate pull requests CSV including linked issues
4953
- name: Generate pull requests CSV including linked issues
5054
run: |

0 commit comments

Comments
 (0)