From 2b3af7e7fbd7be7868c3f285822ad6d7c4a86238 Mon Sep 17 00:00:00 2001 From: KevinR Date: Fri, 15 Sep 2023 17:36:24 +0200 Subject: [PATCH] added branding info --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 0720deb..783bba1 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,10 @@ name: 'Upload Android App Bundle to Google Play Store' description: 'Uploads an Android App Bundle (.aab file) to the Google Play Store using the Play Developer API' +author: Kevin Rohn +branding: + icon: 'upload-cloud' + color: 'white' inputs: service_account_json: