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_dispatch workflows 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

KeyAction
EnterView workflow details and recent runs
DDispatch workflow (if workflow_dispatch enabled)
oOpen workflow in browser
yCopy 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.