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>>