Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/learn-github-actions/creating-workflow-templates
What part(s) of the article would you like to see updated?
In the workflow-template property file the iconName property is marked as required. However, in practice it is optional since the icon must not be set in order to use the template.
Additional information
When the iconName property is missing the workflow template is usable and will fallback to a generic placeholder image.
No response
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/learn-github-actions/creating-workflow-templates
What part(s) of the article would you like to see updated?
In the workflow-template property file the
iconNameproperty is marked as required. However, in practice it is optional since the icon must not be set in order to use the template.Additional information
When the iconName property is missing the workflow template is usable and will fallback to a generic placeholder image.
No response