Skip to content

Commit 8678e10

Browse files
committed
name change
1 parent d3b031f commit 8678e10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Authentication to StackQL providers is done via environment variables source fro
2626
- **`stackql-command-output`** - text output from a stackql command (a query that does not return data)
2727
- **`stackql-query-error`** - error from a stackql query
2828

29-
> This action uses [setup-stackql](https://github.com/marketplace/actions/stackql-studios-setup-stackql)
29+
> This action uses [setup-stackql](https://github.com/marketplace/actions/setup-stackql)
3030
3131
## Examples
3232

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'StackQL Studios - StackQL Exec'
1+
name: 'stackql-exec'
22
description: 'A wrapper for executing a single command, maps all stackql exec args to actions args (supplied using with.)'
33
author: 'Yuncheng Yang, StackQL Studios'
44
inputs:
@@ -60,7 +60,7 @@ runs:
6060
fi
6161
6262
- name: Setup StackQL
63-
uses: stackql/[email protected].1
63+
uses: stackql/[email protected].2
6464
if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
6565
with:
6666
use_wrapper: true
@@ -116,4 +116,4 @@ runs:
116116

117117
branding:
118118
icon: 'terminal'
119-
color: 'green'
119+
color: 'blue'

0 commit comments

Comments
 (0)