We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1ec2b commit 3d4688eCopy full SHA for 3d4688e
1 file changed
.github/workflows/stackql-exec-test.yml
@@ -29,14 +29,13 @@ jobs:
29
REGISTRY PULL google;"
30
31
#
32
- # run a query that does not return data (using the `is_command` input)
+ # run a query using the `query` input
33
34
- - name: pull providers
35
- id: stackql-command-bad
+ - name: github query example using the query input
+ id: stackql-query-test-bad
36
uses: ./
37
with:
38
- is_command: true
39
- query: "BSOMMAND"
+ query: "SELECT * FROM FRED"
40
41
42
# run a query using the `query` input
0 commit comments