GitHub Actions
The Actions tab shows recent workflow runs for your repository — see status, duration, and results without leaving the terminal.
Key Features
- Run history — Recent workflow runs with status indicators (success, failure, in-progress)
- Job details — Expand a run to see individual job statuses
- Log preview — Select a run and the preview panel shows job logs
- Quick navigation — Jump to the run on GitHub for full log output
Keybindings
| Key | Action |
|---|---|
| Enter | Expand run to show job details |
| o | Open run in browser |
| y | Copy run URL to clipboard |
| r | Rerun action |
| x | Cancel action |
Context Awareness
Selecting an action run updates the preview panel with run metadata and log output. Status icons use color-coded indicators — green for success, red for failure, and amber for in-progress — so you can scan results at a glance.