From f5529b955136480bafb8e44c4ca66c7ab09b57db Mon Sep 17 00:00:00 2001 From: Yang Chen Date: Thu, 7 Nov 2019 02:55:10 +1100 Subject: [PATCH] Action branding. --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index c31ef4b6..582ebdaf 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Android Emulator Runner' description: 'Installs, configures and starts an Android Emulator directly on macOS virtual machines.' author: 'Reactive Circus' +branding: + icon: 'smartphone' + color: 'green' inputs: api-level: description: 'API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10'