Skip to content

Commit f9f9f14

Browse files
fix workflow;
1 parent 6908c84 commit f9f9f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action_scripts/execute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ -z "$QUERY" ] && [ -z "$QUERY_FILE_PATH" ]; then
1212
exit 1
1313
fi
1414

15-
if [ -n "$QUERY" ]; then
15+
if [ -z "$QUERY" ]; then
1616
stackql exec -i "$QUERY_FILE_PATH" --auth="${AUTH}" --output="${OUTPUT}"
1717
else
1818
stackql exec "$QUERY" --auth="${AUTH}" --output="${OUTPUT}"

0 commit comments

Comments
 (0)