File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Authentication to StackQL providers is done via environment variables source fro
26
26
- ** ` stackql-command-output ` ** - text output from a stackql command (a query that does not return data)
27
27
- ** ` stackql-query-error ` ** - error from a stackql query
28
28
29
- > This action uses [ setup-stackql] ( https://github.com/marketplace/actions/stackql-studios- setup-stackql )
29
+ > This action uses [ setup-stackql] ( https://github.com/marketplace/actions/setup-stackql )
30
30
31
31
## Examples
32
32
Original file line number Diff line number Diff line change 1
- name : ' StackQL Studios - StackQL Exec '
1
+ name : ' stackql-exec '
2
2
description : ' A wrapper for executing a single command, maps all stackql exec args to actions args (supplied using with.)'
3
3
author : ' Yuncheng Yang, StackQL Studios'
4
4
inputs :
60
60
fi
61
61
62
62
- name : Setup StackQL
63
- uses : stackql/setup-stackql@v2.2.1
63
+ uses : stackql/setup-stackql@v2.2.2
64
64
if : ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
65
65
with :
66
66
use_wrapper : true
@@ -116,4 +116,4 @@ runs:
116
116
117
117
branding :
118
118
icon : ' terminal'
119
- color : ' green '
119
+ color : ' blue '
You can’t perform that action at this time.
0 commit comments