Record
update-repo-variable-params
No description available.
record update-repo-variable-params {
owner: string,
repo: string,
name: string,
name-v2: option<string>,
value: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| name | string | |
| name-v2 | option<string> | |
| value | option<string> |