Commit ba13814
committed
Simplify the trigger job summary
Drop the heading and the "override" wording - just one plain line per
build. Use core.summary.addRaw per-line (with EOL) instead of joining
with a single newline, since raw markdown lines need an explicit EOL
between them to render as separate lines rather than one squashed
paragraph. Shows the actual derived environment (mirroring resolve-env's
own logic) rather than an often-blank override value.1 parent 6eaf147 commit ba13814
1 file changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | | - | |
134 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 141 | + | |
0 commit comments