Documentation - v0.0.0
    Preparing search index...

    Github Actions Workflow Dispatch Input.

    interface ActionsWorkflowDispatchInput {
        default?: string | number | boolean;
        description?: string;
        options?: string[];
        required?: boolean;
        type: "string" | "number" | "boolean" | "choice" | "environment";
    }

    Hierarchy

    Index

    Properties

    default?: string | number | boolean
    description?: string
    options?: string[]
    required?: boolean
    type: "string" | "number" | "boolean" | "choice" | "environment"