Skip to content

Commit d3b031f

Browse files
committed
updated setup-stackql version
1 parent 04e0237 commit d3b031f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![StackQL Exec](https://github.com/stackql/stackql-exec/actions/workflows/stackql-exec-test.yml/badge.svg)](https://github.com/stackql/stackql-exec/actions/workflows/stackql-exec-test.yml)
2+
13
# stackql-exec
24
Github Action as a wrapper for executing a single command in stackql, maps all stackql exec args to actions args
35

@@ -19,13 +21,13 @@ Authentication to StackQL providers is done via environment variables source fro
1921
- **`on_failure`** - (optional) behavior on a failure in query, supported values are `exit` (default) and `continue`
2022

2123
## Outputs
22-
This action uses [setup-stackql](https://github.com/marketplace/actions/stackql-studio-setup-stackql), with use_wrapper set
23-
to `true`, `stdout` and `stderr` are set to `exec-result` and `exec-error`
2424

2525
- **`stackql-query-results`** - results from a stackql query (in the format specified)
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)
30+
2931
## Examples
3032

3133
### Inline `stackql` query example

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
fi
6161
6262
- name: Setup StackQL
63-
uses: stackql/[email protected].0
63+
uses: stackql/[email protected].1
6464
if: ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
6565
with:
6666
use_wrapper: true

0 commit comments

Comments
 (0)