Skip to content

Commit 586167d

Browse files
committed
Always echo matrix output
1 parent bbd1e3c commit 586167d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +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 "==> Matrix Output"
156+
echo "::group::===> Matrix Output"
157+
echo "::stop-commands::STOP"
157158
cat matrix
159+
echo "::STOP::"
160+
echo "::endgroup::"
158161
shell: bash

0 commit comments

Comments
 (0)