Skip to content

Commit 306ceba

Browse files
committed
updated to use exec and setup v2.2.1
1 parent 95ab4fa commit 306ceba

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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/[email protected].0
24+
uses: stackql/[email protected].1
2525
with:
2626
is_command: true
2727
query: "REGISTRY PULL google; REGISTRY PULL github"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![StackQL Assert](https://github.com/stackql/stackql-assert/actions/workflows/stackql-assert-test.yml/badge.svg)](https://github.com/stackql/stackql-assert/actions/workflows/stackql-assert-test.yml)
2+
13
# stackql-assert
24

35
The `stackql/stackql-assert` action is an composite action that runs a `stackql` query and checks if the result matches an expected result

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/[email protected].0
37+
uses: stackql/[email protected].1
3838
with:
3939
use_wrapper: true
4040

4141
- name: Execute StackQL Command
4242
id: exec-query
43-
uses: stackql/[email protected].0
43+
uses: stackql/[email protected].1
4444
with:
4545
query: ${{ inputs.test_query }}
4646
query_file_path: ${{ inputs.test_query_file_path }}

0 commit comments

Comments
 (0)