From 2eb4b8eeb58c1468ab71dc7d5b964c320d1de698 Mon Sep 17 00:00:00 2001 From: hw Date: Tue, 16 Nov 2021 00:41:16 -0500 Subject: [PATCH] chore: setup branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 74db7cc..e0cebae 100644 --- a/action.yml +++ b/action.yml @@ -17,3 +17,6 @@ outputs: {} runs: using: 'node12' main: 'dist/index.js' +branding: + icon: check-circle + color: blue