You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
name: 'StackQL Studio - Setup StackQL'
2
2
description: 'Sets up StackQL CLI in your GitHub Actions workflow.'
3
3
author: 'Yuncheng Yang, StackQL'
4
-
4
+
inputs:
5
+
use_wrapper:
6
+
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`.'
0 commit comments