Skip to content

Commit 95ab4fa

Browse files
committed
updated setup-stackql version
1 parent 17d6ddb commit 95ab4fa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/stackql-assert-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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';

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)