Documentation - v0.0.0
    Preparing search index...

    Github Actions Workflow Call Input.

    interface ActionsWorkflowCallInput {
        default?: string | number | boolean;
        description?: string;
        required?: boolean;
        type: "string" | "number" | "boolean";
    }
    Index

    Properties

    default?: string | number | boolean
    description?: string
    required?: boolean
    type: "string" | "number" | "boolean"