Skip to content

Commit 56276ed

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ runs:
154154
155155
echo ""
156156
echo "::group::===> Matrix Output"
157-
echo "::stop-commands::STOP"
157+
stopMarker=$(uuidgen)
158+
echo "::stop-commands::$stopMarker"
158159
cat matrix
159-
echo "::STOP::"
160+
echo "::$stopMarker::"
160161
echo "::endgroup::"
161162
shell: bash

0 commit comments

Comments
 (0)