Skip to content

Commit cd0a80c

Browse files
committed
Fix COPR build formatting
1 parent 08aea24 commit cd0a80c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-copr-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
if [[ -z "$(echo $TO_BUILD | tr -d ' ')" ]]; then
131131
echo "packages=[]" >> $GITHUB_OUTPUT
132132
else
133-
JSON=$(echo "$TO_BUILD" | tr -s ' ' '\n' | grep -v '^$' | jq -R . | jq -s .)
133+
JSON=$(echo "$TO_BUILD" | tr -s ' ' '\n' | grep -v '^$' | jq -R . | jq -sc .)
134134
echo "packages=$JSON" >> $GITHUB_OUTPUT
135135
fi
136136

0 commit comments

Comments
 (0)