Merge pull request #737 from actions/add-manual-icon

Add in a person icon
This commit is contained in:
Andy McKay
2020-12-07 10:16:02 -08:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Manual workflow",
"description": "Simple workflow that is manually triggered.",
"iconName": "blank",
"iconName": "octicon person",
"categories": ["Automation"]
}