From 97a482be5e2e028ae8860729fb0af84c00ec0340 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 4 Feb 2021 14:37:13 -0600 Subject: [PATCH] fix: add branding to action Green checkbox Signed-off-by: Matthew Weier O'Phinney --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 24161d7..82cc5b6 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Laminas Continuous Integration' description: 'Run a CI check for the package' +branding: + icon: 'check' + color: 'green' inputs: job: description: 'JSON string representing the job to run'