backblaze-labs/b2-action - v0.1.0
    Preparing search index...

    Type Alias ActionName

    ActionName:
        | "upload"
        | "download"
        | "sync"
        | "copy"
        | "delete"
        | "presign"
        | "list"
        | "hide"
        | "unhide"
        | "verify"
        | "retention"
        | "head"
        | "purge"

    Discriminator the action's dispatcher switches on. Matches the values accepted by the action: input in action.yml. Adding a new verb requires updating this union, the runtime VALID_ACTIONS list, the dispatcher in src/main.ts, and the documentation surfaces.