From 2f4cf1e9fb879747e82c12bf4a9fa47069618f04 Mon Sep 17 00:00:00 2001 From: zadig Date: Mon, 19 Feb 2024 08:25:17 +0100 Subject: [PATCH] Update description, name and add color and icon. --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 78411d9..5932f7f 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ -name: 'Buck2 releases' -description: 'Download Buck2 pre-compiled binaries from the official repository.' +name: 'Setup Buck2' +description: 'Cross platform Buck2 installation for your workflows. Download Buck2 pre-compiled binaries from the official repository.' author: 'zadig' +branding: + icon: 'codesandbox' + color: 'blue' inputs: release-tag: description: 'Release tag'