Record

workflow-run

No description available.

record workflow-run {
  actor: option​<simple-user>,
  artifacts-url: string,
  cancel-url: string,
  check-suite-id: option​<s32>,
  check-suite-node-id: option​<string>,
  check-suite-url: string,
  conclusion: string,
  created-at: string,
  display-title: string,
  event: string,
  head-branch: string,
  head-commit: nullable-simple-commit,
  head-repository: minimal-repository,
  head-repository-id: option​<s32>,
  head-sha: string,
  html-url: string,
  id: s32,
  jobs-url: string,
  logs-url: string,
  name: option​<string>,
  node-id: string,
  path: string,
  previous-attempt-url: option​<string>,
  pull-requests: list​<pull-request-minimal>,
  referenced-workflows: option​<list​<referenced-workflow>>,
  repository: minimal-repository,
  rerun-url: string,
  run-attempt: option​<s32>,
  run-number: s32,
  run-started-at: option​<string>,
  status: string,
  triggering-actor: option​<simple-user>,
  updated-at: string,
  url: string,
  workflow-id: s32,
  workflow-url: string,
}

Fields

NameTypeDescription
actoroption​<simple-user>
artifacts-urlstring
cancel-urlstring
check-suite-idoption​<s32>
check-suite-node-idoption​<string>
check-suite-urlstring
conclusionstring
created-atstring
display-titlestring
eventstring
head-branchstring
head-commitnullable-simple-commit
head-repositoryminimal-repository
head-repository-idoption​<s32>
head-shastring
html-urlstring
ids32
jobs-urlstring
logs-urlstring
nameoption​<string>
node-idstring
pathstring
previous-attempt-urloption​<string>
pull-requestslist​<pull-request-minimal>
referenced-workflowsoption​<list​<referenced-workflow>>
repositoryminimal-repository
rerun-urlstring
run-attemptoption​<s32>
run-numbers32
run-started-atoption​<string>
statusstring
triggering-actoroption​<simple-user>
updated-atstring
urlstring
workflow-ids32
workflow-urlstring