In an action.yml, what is the purpose of the 'branding:' block?
Select an answer to reveal the explanation.
Short Explanation and Infographic
The branding block is pure aesthetics — it picks the Feather icon and color that appear on your Marketplace listing.
Full explanation below image
Full Explanation
The 'branding:' block in action.yml accepts 'icon:' (a Feather icon name like 'upload-cloud', 'code', 'zap') and 'color:' (one of: white, yellow, blue, green, orange, red, purple, or gray-dark). This metadata appears on the GitHub Marketplace action listing page and in the GitHub Actions workflow editor. It has no functional effect on the action's execution, security, runtime environment, or Docker configuration. It's purely for visual identification and branding on the Marketplace.