pub async fn delete_repo_variable(
configuration: &Configuration,
owner: &str,
repo: &str,
variablename: &str,
) -> Result<ActionVariable, Error<DeleteRepoVariableError>>
pub async fn delete_repo_variable(
configuration: &Configuration,
owner: &str,
repo: &str,
variablename: &str,
) -> Result<ActionVariable, Error<DeleteRepoVariableError>>