branding
branding(
input:WithMeta<BrandingInput>):BrandingModel
Create a branding model for a GitHub Actions Marketplace listing.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
|
|
|
Icon and color settings, plus optional metadata. |
Returns
Section titled “Returns”BrandingModel
A branded BrandingModel.
Example
Section titled “Example”const badge = branding({ icon: "award", color: "green" });