From 883ef70b264cc606f695dc22de3ce7e400f95bb5 Mon Sep 17 00:00:00 2001 From: Compey Date: Mon, 17 Oct 2022 20:50:45 +0530 Subject: [PATCH] chore(actions): update actions metadata --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 97bd7c7..7cba255 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,8 @@ name: 'Rojo Build' description: 'A GitHub action to automate Rojo project builds.' branding: - icon: 'activity' - color: 'purple' + icon: 'code' + color: 'white' inputs: output: description: 'File to write to (excluding file type)' @@ -13,4 +13,4 @@ inputs: required: false runs: using: 'node16' - main: 'dist/src/index.js' \ No newline at end of file + main: 'dist/src/index.js'