File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 21
21
# Pull required providers
22
22
#
23
23
- name : pull required providers
24
- uses : stackql/stackql-exec@v2.1.1
24
+ uses : stackql/stackql-exec@v2.2.0
25
25
with :
26
26
is_command : true
27
27
query : " REGISTRY PULL google; REGISTRY PULL github"
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ The following excerpts from a GitHub Actions workflow demonstrate how to use the
40
40
uses : ./
41
41
with :
42
42
test_query : |
43
- REGISTRY PULL google;
44
43
SELECT name
45
44
FROM google.compute.instances
46
45
WHERE project = 'stackql-demo' AND zone = 'australia-southeast1-a' AND name = 'stackql-demo-001';
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ runs:
34
34
using : " composite"
35
35
steps :
36
36
- name : Setup StackQL
37
- uses : stackql/setup-stackql@v2.1 .0
37
+ uses : stackql/setup-stackql@v2.2 .0
38
38
with :
39
39
use_wrapper : true
40
40
41
41
- name : Execute StackQL Command
42
42
id : exec-query
43
- uses : stackql/stackql-exec@v2.1.2
43
+ uses : stackql/stackql-exec@v2.2.0
44
44
with :
45
45
query : ${{ inputs.test_query }}
46
46
query_file_path : ${{ inputs.test_query_file_path }}
You can’t perform that action at this time.
0 commit comments