File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ where org = 'stackql';
86
86
87
87
## Outputs
88
88
This action uses [ setup-stackql] ( https://github.com/marketplace/actions/stackql-studio-setup-stackql ) , with use_wrapper set
89
- to ` true ` , the following outputs are available for subsequent steps that call the ` stackql ` binary:
89
+ to ` true ` , ` stdout ` and ` stderr ` are set to ` exec-result ` and ` exec-error `
90
90
91
- - ` stdout ` - The STDOUT stream of the call to the ` stackql ` binary.
92
- - ` stderr ` - The STDERR stream of the call to the ` stackql ` binary.
93
- - ` exitcode ` - The exit code of the call to the ` stackql ` binary.
91
+ - ` exec-result ` - The STDOUT stream of the call to the ` stackql ` binary.
92
+ - ` exec-error ` - The STDERR stream of the call to the ` stackql ` binary.
You can’t perform that action at this time.
0 commit comments