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