Function get_repo_variable

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