Skip to content

Commit 35e5360

Browse files
update readme
1 parent 69b794c commit 35e5360

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ where org = 'stackql';
8686

8787
## Outputs
8888
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`
9090

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.

0 commit comments

Comments
 (0)