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 fe72b37 commit f27d0c1Copy full SHA for f27d0c1
.github/workflows/setup-stackql.yml
@@ -58,8 +58,8 @@ jobs:
58
run: |
59
stackql exec -i ./examples/google-example.iql --auth='{ "google": { "type": "service_account", "credentialsfilepath": "sa-key.json" }}'
60
61
- ### uncomment the step to see error handling
62
- name: Handle error
+ if: ${{ matrix.use_wrapper}}
63
continue-on-error: true
64
run: | ## use the secret to create json file
65
stackql exec -i ./examples/github-example.iql --auth="${INVALID_AUTH}"
0 commit comments