From fe83a1dd2ffeadb38d6fcf981a66e52503cf04e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Mon, 7 Aug 2023 16:25:29 +0200 Subject: [PATCH] update function descreption for release --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 698b7a5..585aee7 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ -name: 'Speckle Automate - Build and Publish' -description: 'Run actions for commits to Speckle Automate Functions, to build and publish them.' +name: 'Speckle Automate Function - Build and Publish' +description: 'Builds and publishes a new version of a Speckle Automate Function to the Speckle Automate platform.' author: 'specklesystems' +branding: + icon: 'upload-cloud' + color: 'blue' inputs: speckle_automate_url: description: 'Speckle Automate URL. Should include the `https://` protocol and not end with a trailing slash.'