Record
create-workflow-dispatch-params
No description available.
record create-workflow-dispatch-params {
owner: string,
repo: string,
workflow-id: string,
inputs: option<create-workflow-dispatch-body-inputs>,
ref: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| workflow-id | string | |
| inputs | option<create-workflow-dispatch-body-inputs> | |
| ref | string |