Skip to content

Commit e19c07b

Browse files
improve validate step
1 parent 35e5360 commit e19c07b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/stackql-exec.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
- name: validate stackql-exec output
5757
shell: bash
5858
run: |
59-
echo "stackql-exec output: ${{ steps.stackql-exec-file.outputs.exec-result }}"
60-
if [ -z ${{ steps.stackql-exec-file.outputs.exec-result }} ]; then
59+
if [ -z '${{ steps.stackql-exec-file.outputs.exec-result }}' ]; then
6160
echo "exec-stackql output does not contain expected result"
6261
exit 1
6362
fi

0 commit comments

Comments
 (0)