Skip to content

Commit c049e2f

Browse files
committed
formatting
1 parent 122f1b6 commit c049e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
echo "Building for distributions: $DISTROS"
4040
# Convert to JSON array for matrix
41-
JSON_ARRAY=$(echo $DISTROS | jq -R 'split(",") | map(select(length > 0))')
41+
JSON_ARRAY=$(echo "$DISTROS" | jq -R -c 'split(",") | map(select(length > 0))')
4242
echo "distros=$JSON_ARRAY" >> $GITHUB_OUTPUT
4343
4444
generate-debian:

0 commit comments

Comments
 (0)