File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
2626- ** ` stackql-command-output ` ** - text output from a stackql command (a query that does not return data)
2727- ** ` stackql-query-error ` ** - error from a stackql query
2828
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 )
3030
3131## Examples
3232
Original file line number Diff line number Diff line change 1- name : ' StackQL Studios - StackQL Exec '
1+ name : ' stackql-exec '
22description : ' A wrapper for executing a single command, maps all stackql exec args to actions args (supplied using with.)'
33author : ' Yuncheng Yang, StackQL Studios'
44inputs :
6060 fi
6161
6262 - name : Setup StackQL
63- uses : stackql/setup-stackql@v2.2.1
63+ uses : stackql/setup-stackql@v2.2.2
6464 if : ${{steps.check-stackql.outputs.stackql_installed == 'false'}}
6565 with :
6666 use_wrapper : true
@@ -116,4 +116,4 @@ runs:
116116
117117branding :
118118 icon : ' terminal'
119- color : ' green '
119+ color : ' blue '
You can’t perform that action at this time.
0 commit comments