Skip to main content

get_actions

Function get_actions 

Source
pub async fn get_actions(
    configuration: &Configuration,
    repo_ref: &str,
    page: Option<i64>,
    size: Option<i64>,
    query: Option<&str>,
    latest: Option<bool>,
) -> Result<Vec<ActionWorkflow>, Error<GetActionsError>>