Commit 15ccd6d
authored
### Rationale for this change
GitHub Actions support log grouping:
https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#grouping-log-lines
But it doesn't support nested grouping.
If we nest grouping, some logs may not be grouped. See #46593 for example.
### What changes are included in this PR?
Stop GitHub Actions workflow commands including grouping while grouping.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #46593
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 7f41ece commit 15ccd6d
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
0 commit comments