File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 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+
13# stackql-exec
24Github 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
Original file line number Diff line number Diff line change 6060 fi
6161
6262 - name : Setup StackQL
63- 63+ 6464 if : ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
6565 with :
6666 use_wrapper : true
You can’t perform that action at this time.
0 commit comments