StepResponse: {
    completedAt?: string | null;
    conclusion?: ConclusionStatus | null;
    log?: string | null;
    name: string;
    startedAt?: string | null;
    status: ExecutionStatus;
}

Type declaration

  • OptionalcompletedAt?: string | null
  • Optionalconclusion?: ConclusionStatus | null
  • Optionallog?: string | null
  • name: string
  • OptionalstartedAt?: string | null
  • status: ExecutionStatus

    (queued, in_progress, completed)