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"