Wasm Directoryalpha
Record

list-workflow-runs-params

No description available.

record list-workflow-runs-params {
  owner: string,
  repo: string,
  workflow-id: string,
  actor: option​<string>,
  branch: option​<string>,
  event: option​<string>,
  status: option​<list-required-workflow-runs-status-enum>,
  per-page: option​<s32>,
  page: option​<s32>,
  created: option​<string>,
  exclude-pull-requests: option​<bool>,
  check-suite-id: option​<s32>,
  head-sha: option​<string>,
}

Fields

NameTypeDescription
ownerstring
repostring
workflow-idstring
actoroption​<string>
branchoption​<string>
eventoption​<string>
statusoption​<list-required-workflow-runs-status-enum>
per-pageoption​<s32>
pageoption​<s32>
createdoption​<string>
exclude-pull-requestsoption​<bool>
check-suite-idoption​<s32>
head-shaoption​<string>