Skip to content

Commit 0d34dc5

Browse files
committed
Always echo matrix output
1 parent 8cd382d commit 0d34dc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@ runs:
154154
155155
echo ""
156156
echo "::group::==> Matrix Output"
157+
158+
stopMarker=$(uuidgen)
159+
echo "::stop-commands::$stopMarker"
160+
157161
cat matrix
162+
163+
echo "::$stopMarker::"
164+
158165
echo "::endgroup::"
159166
shell: bash

0 commit comments

Comments
 (0)