Skip to content

Commit ec5f830

Browse files
committed
fix: outputting matrix
1 parent 502e7de commit ec5f830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pi/diff.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ done
3939

4040
MATRIX='{"parent_image_type": ['${PARENT_IMAGE_TYPES::-1}'],"include": ['${INCLUDES::-1}']}'
4141
echo $MATRIX | jq -C --indent 2 '.'
42-
echo "parent_image_type='[${PARENT_IMAGE_TYPES::-1}]'" >> $GITHUB_OUTPUT
43-
echo "include='[${INCLUDES::-1}]'" >> $GITHUB_OUTPUT
42+
echo "parent_image_type=[${PARENT_IMAGE_TYPES::-1}]" >> $GITHUB_OUTPUT
43+
echo "include=[${INCLUDES::-1}]" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)