From 1d81b5f65feb428b72c281722576710336236a78 Mon Sep 17 00:00:00 2001 From: Dmitriy Prokop Date: Thu, 9 Nov 2023 11:11:53 +0300 Subject: [PATCH] add description and author --- action.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index e5e8083..eb975aa 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'E-action' -description: '' -author: '' +name: 'Emcee.cloud action' +description: 'This action implements basic API calls for emcee.cloud.' +author: 'Avito' # Define your inputs here. inputs: @@ -53,3 +53,7 @@ outputs: runs: using: node20 main: dist/index.js + +branding: + icon: 'activity' + color: 'purple'