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 opens an input form where you can provide parameter values before triggering the run.