File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
3
# stackql-exec
2
4
Github Action as a wrapper for executing a single command in stackql, maps all stackql exec args to actions args
3
5
@@ -19,13 +21,13 @@ Authentication to StackQL providers is done via environment variables source fro
19
21
- ** ` on_failure ` ** - (optional) behavior on a failure in query, supported values are ` exit ` (default) and ` continue `
20
22
21
23
## 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 `
24
24
25
25
- ** ` stackql-query-results ` ** - results from a stackql query (in the format specified)
26
26
- ** ` stackql-command-output ` ** - text output from a stackql command (a query that does not return data)
27
27
- ** ` stackql-query-error ` ** - error from a stackql query
28
28
29
+ > This action uses [ setup-stackql] ( https://github.com/marketplace/actions/stackql-studios-setup-stackql )
30
+
29
31
## Examples
30
32
31
33
### Inline ` stackql ` query example
Original file line number Diff line number Diff line change 60
60
fi
61
61
62
62
- name : Setup StackQL
63
-
63
+
64
64
if : ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
65
65
with :
66
66
use_wrapper : true
You can’t perform that action at this time.
0 commit comments