From 8678e106c14555b79ca99016b83b070caa07867a Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Tue, 29 Oct 2024 08:40:28 +1100 Subject: [PATCH] name change --- README.md | 2 +- action.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59eb2aa..6aee96c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Authentication to StackQL providers is done via environment variables source fro - **`stackql-command-output`** - text output from a stackql command (a query that does not return data) - **`stackql-query-error`** - error from a stackql query -> This action uses [setup-stackql](https://github.com/marketplace/actions/stackql-studios-setup-stackql) +> This action uses [setup-stackql](https://github.com/marketplace/actions/setup-stackql) ## Examples diff --git a/action.yml b/action.yml index 98e829f..bc17d24 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'StackQL Studios - StackQL Exec' +name: 'stackql-exec' description: 'A wrapper for executing a single command, maps all stackql exec args to actions args (supplied using with.)' author: 'Yuncheng Yang, StackQL Studios' inputs: @@ -60,7 +60,7 @@ runs: fi - name: Setup StackQL - uses: stackql/setup-stackql@v2.2.1 + uses: stackql/setup-stackql@v2.2.2 if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}} with: use_wrapper: true @@ -116,4 +116,4 @@ runs: branding: icon: 'terminal' - color: 'green' \ No newline at end of file + color: 'blue' \ No newline at end of file