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 2121 # Pull required providers
2222 #
2323 - name: pull required providers
24- uses: stackql/stackql-exec@v2.1.1
24+ uses: stackql/stackql-exec@v2.2.0
2525 with:
2626 is_command: true
2727 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
4040 uses: ./
4141 with:
4242 test_query: |
43- REGISTRY PULL google;
4443 SELECT name
4544 FROM google.compute.instances
4645 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:
3434 using: "composite"
3535 steps:
3636 - name: Setup StackQL
37- uses: stackql/setup-stackql@v2.1 .0
37+ uses: stackql/setup-stackql@v2.2 .0
3838 with:
3939 use_wrapper: true
4040
4141 - name: Execute StackQL Command
4242 id: exec-query
43- uses: stackql/stackql-exec@v2.1.2
43+ uses: stackql/stackql-exec@v2.2.0
4444 with:
4545 query: ${{ inputs.test_query }}
4646 query_file_path: ${{ inputs.test_query_file_path }}
You can’t perform that action at this time.
0 commit comments