From 32294ec2354ba59641daf08817e05d23642bd932 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Mon, 7 Dec 2020 10:11:02 -0800 Subject: [PATCH] add in a person icon --- automation/properties/manual.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/properties/manual.properties.json b/automation/properties/manual.properties.json index f08cbc3..1befabe 100644 --- a/automation/properties/manual.properties.json +++ b/automation/properties/manual.properties.json @@ -1,6 +1,6 @@ { "name": "Manual workflow", "description": "Simple workflow that is manually triggered.", - "iconName": "blank", + "iconName": "octicon person", "categories": ["Automation"] }