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 35e5360 commit e19c07bCopy full SHA for e19c07b
.github/workflows/stackql-exec.yml
@@ -56,8 +56,7 @@ jobs:
56
- name: validate stackql-exec output
57
shell: bash
58
run: |
59
- echo "stackql-exec output: ${{ steps.stackql-exec-file.outputs.exec-result }}"
60
- if [ -z ${{ steps.stackql-exec-file.outputs.exec-result }} ]; then
+ if [ -z '${{ steps.stackql-exec-file.outputs.exec-result }}' ]; then
61
echo "exec-stackql output does not contain expected result"
62
exit 1
63
fi
0 commit comments