You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix workflow run logs to download all jobs in zip archive
- GetWorkflowRunLogs was only downloading logs for first job (index 0)
- GitHub Actions API expects workflow run logs to be a zip archive of all jobs
- Added DownloadActionsRunAllJobLogs function to create zip archive
- Each job's logs included as separate file: {workflow}-{jobname}-{taskid}.log
- Properly handles missing jobs, expired logs, and different repos
Fixes workflow run logs endpoint to match expected API behavior.
0 commit comments