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

    Interface DeleteResult

    Result of deleteCommand.

    interface DeleteResult {
        errors: number;
        files: DeletedFile[];
    }
    Index

    Properties

    Properties

    errors: number

    Count of individual-file delete failures (non-fatal; sums into the dispatcher's core.setFailed).

    files: DeletedFile[]

    One entry per matched file version (including hide markers).