pub async fn post_workflow(
configuration: &Configuration,
repo_ref: &str,
action_identifier: &str,
workflow_create_input: WorkflowCreateInput,
) -> Result<(), Error<PostWorkflowError>>pub async fn post_workflow(
configuration: &Configuration,
repo_ref: &str,
action_identifier: &str,
workflow_create_input: WorkflowCreateInput,
) -> Result<(), Error<PostWorkflowError>>