pub async fn get_workflows(
configuration: &Configuration,
repo_ref: &str,
action_identifier: &str,
page: Option<i64>,
size: Option<i64>,
) -> Result<Vec<WorkflowModel>, Error<GetWorkflowsError>>pub async fn get_workflows(
configuration: &Configuration,
repo_ref: &str,
action_identifier: &str,
page: Option<i64>,
size: Option<i64>,
) -> Result<Vec<WorkflowModel>, Error<GetWorkflowsError>>