From 6225149dfdd14d51a0335d0a69e952ecb360e592 Mon Sep 17 00:00:00 2001 From: Noah Portes Chaikin Date: Mon, 5 Aug 2019 13:20:41 -0400 Subject: [PATCH] Update action.yml Add branding details. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index dd05c03..5566b9f 100644 --- a/action.yml +++ b/action.yml @@ -9,6 +9,9 @@ inputs: description: "The version tag for the deploy (i.e. `b123`)" environment: description: "The environment of the deploy (i.e. `production`)" +branding: + icon: mic + color: purple runs: using: "node12" main: "lib/main.js"