Record
get-workflow-run-params
No description available.
record get-workflow-run-params {
owner: string,
repo: string,
run-id: string,
exclude-pull-requests: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| run-id | string | |
| exclude-pull-requests | option<bool> |