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