From 2713893f87e6b3799bd8199145afafcb32b5a0af Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 28 Feb 2020 16:42:18 +1100 Subject: [PATCH] Added icon and color to github action --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 273d50c6..f755bfc0 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'YAML processor' description: 'YAML processor for running in Github action' +icon: command +color: gray-dark inputs: cmd: description: 'The Command which should be run'