pub async fn update_repo_variable(
configuration: &Configuration,
owner: &str,
repo: &str,
variablename: &str,
body: Option<UpdateVariableOption>,
) -> Result<(), Error<UpdateRepoVariableError>>
pub async fn update_repo_variable(
configuration: &Configuration,
owner: &str,
repo: &str,
variablename: &str,
body: Option<UpdateVariableOption>,
) -> Result<(), Error<UpdateRepoVariableError>>