-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
bugSomething isn't workingSomething isn't workingp2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functions
Description
Describe the bug
gh --version -> 2.10.1
After re-running a job, gh run view reports the logs only from the first attempt, not the most recent (or allowing a choice of attempt runs.) This is very confusing when debugging a CI run.
Steps to reproduce the behavior
> gh run rerun
(select a workflow run)
> gh run view
(select same workflow run)
Expected vs actual behavior
Expected to see most recent logs, or choose which attempt to see logs of.
Actually see only the oldest attempt's logs; because I'm expecting the most recent log run, spend hours debugging the wrong problem.
A clear and concise description of what you expected to happen and what actually happened.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingp2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functions