Skip to content

Commit 3d4688e

Browse files
committed
windows runner fix
1 parent ff1ec2b commit 3d4688e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,13 @@ jobs:
2929
REGISTRY PULL google;"
3030

3131
#
32-
# run a query that does not return data (using the `is_command` input)
32+
# run a query using the `query` input
3333
#
34-
- name: pull providers
35-
id: stackql-command-bad
34+
- name: github query example using the query input
35+
id: stackql-query-test-bad
3636
uses: ./
3737
with:
38-
is_command: true
39-
query: "BSOMMAND"
38+
query: "SELECT * FROM FRED"
4039

4140
#
4241
# run a query using the `query` input

0 commit comments

Comments
 (0)