Skip to content

Commit 88a944f

Browse files
committed
Remove unterminated "::group::" in final echo
The debug output job had an echo to start a group, but never terminated it. Let's just remove the whole thing.
1 parent b51b343 commit 88a944f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,4 +625,3 @@ jobs:
625625
echo '::group:: GitHub runner context'
626626
echo "$RUNNER_CONTEXT"
627627
echo '::endgroup::'
628-
echo '::group:: Matrix context'

0 commit comments

Comments
 (0)