GitHub Workflows
The Workflows tab lists all configured GitHub Actions workflows for your repository and lets you trigger workflow dispatch events with custom parameters.
Key Features
- Workflow list — All workflows defined in
.github/workflows/ - Dispatch trigger — Trigger
workflow_dispatchworkflows with input parameters directly from the TUI - Run history — See recent runs for each workflow
- Preview integration — Select a workflow to see its definition and recent run status
Keybindings
| Key | Action |
|---|---|
| Enter | View workflow details and recent runs |
| D | Dispatch workflow (if workflow_dispatch enabled) |
| o | Open workflow in browser |
| y | Copy workflow URL to clipboard |
Context Awareness
When you select a workflow, the preview panel shows the workflow YAML definition alongside its recent run history. Dispatching a workflow prompts you for the ref, then for each declared input in turn: choice and boolean inputs are presented as a picker of their valid values (preselected on the workflow's default), while free-form inputs offer a text field pre-filled with the default so you can accept it or enter a custom value.