Skip to content

Commit 515c209

Browse files
committed
Always echo matrix output
1 parent 56276ed commit 515c209

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@ runs:
153153
echo -e "\033[32;m✓\033[0m \033[34;mTang Rufus\033[0m https://typist.tech/contact"
154154
155155
echo ""
156-
echo "::group::===> Matrix Output"
156+
echo "==> Matrix Output"
157157
stopMarker=$(uuidgen)
158158
echo "::stop-commands::$stopMarker"
159159
cat matrix
160160
echo "::$stopMarker::"
161-
echo "::endgroup::"
162161
shell: bash

0 commit comments

Comments
 (0)