Commit b3d8a6a
committed
fix(ci): emit ::error to stdout so GitHub Actions surfaces the annotation
GitHub Actions only processes workflow commands (::error, ::warning,
etc.) when they appear on stdout. The previous code wrote the ::error
line inside a {...} >&2 block, sending it to stderr — the job still
exited 1, but the red annotation linking back to the failing PR title
never appeared in the Actions UI. Move the ::error to stdout and keep
the long-form details on stderr.
Caught by Greptile review on the sgp-typescript PR; applied to all 4
repos for consistency since the same pattern existed in each.1 parent 2c4ff62 commit b3d8a6a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | | - | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments