From 5a721d6cd8d02c8dc57279c438910742d1aeca65 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Tue, 29 Oct 2024 08:23:05 +1100 Subject: [PATCH] name change --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2b81f82..282d2a1 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'StackQL Studios - Setup StackQL' +name: 'setup-stackql' description: 'Sets up the StackQL CLI in your GitHub Actions workflow.' author: 'Yuncheng Yang, Jeffrey Aven' inputs: @@ -13,4 +13,4 @@ runs: branding: icon: 'terminal' - color: 'green' \ No newline at end of file + color: 'blue' \ No newline at end of file