post_workflow

Function post_workflow 

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