Record
update-ref-params
No description available.
record update-ref-params {
owner: string,
repo: string,
ref: string,
force: option<bool>,
sha: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| ref | string | |
| force | option<bool> | |
| sha | string |