Skip to content

Commit f8e40c7

Browse files
change default of wrapper
1 parent 3d67b16 commit f8e40c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: 'Yuncheng Yang, StackQL Studios'
44
inputs:
55
use_wrapper:
66
description: 'Whether or not to install a wrapper to wrap subsequent calls of the `stackql` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.'
7-
default: 'true'
7+
default: 'false'
88
required: false
99

1010
runs:

0 commit comments

Comments
 (0)