octocrab icon indicating copy to clipboard operation
octocrab copied to clipboard

create_workflow_dispatch failed with GitHubError

Open siisee11 opened this issue 4 months ago • 2 comments

   octocrab
        .actions()
        .create_workflow_dispatch("owner", "repo", workflow_id, "develop")
        .send()
        .await?;

create_workflow_dispatch failed with GitHubError

Error message is Invalid request.\n\nFor 'properties/inputs', nil is not an object

siisee11 avatar Apr 02 '24 06:04 siisee11