From d6f96b001567d23db486e623261884f4b11348e7 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 29 Aug 2019 18:52:12 -0400 Subject: [PATCH] Add branding to action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index feb3091..46aaaeb 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: Script description: An action for running simple scripts with a GitHub client +branding: + color: blue + icon: pen-tool inputs: script: description: The script to run