From ce7d236e79fffbaeab83d8c325375634b02bee37 Mon Sep 17 00:00:00 2001 From: overtrue Date: Sat, 18 Apr 2020 08:59:47 +0800 Subject: [PATCH] Icon and color --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index de4db788..5200e8ce 100644 --- a/action.yml +++ b/action.yml @@ -12,3 +12,6 @@ inputs: runs: using: 'docker' image: 'Dockerfile' +branding: + icon: 'check' + color: 'purple'