Skip to content

branding

branding(input: WithMeta<BrandingInput>): BrandingModel

Create a branding model for a GitHub Actions Marketplace listing.

Parameter Type Description

input

WithMeta<BrandingInput>

Icon and color settings, plus optional metadata.

BrandingModel

A branded BrandingModel.

const badge = branding({ icon: "award", color: "green" });