gatelineAPI reference
interface RunRef {
    branch: string;
    kind: "default" | "branch" | "remote";
    ref: string;
    slug: string;
    source: string;
}

Properties

branch: string

The run branch name recorded in state (run/), for writes.

kind: "default" | "branch" | "remote"
ref: string

Git rev the run is read at (branch name, remote ref, or default branch).

slug: string
source: string

Source id this run belongs to.