Commit 2583175
committed
fix(ci): compact labels JSON before writing to GITHUB_OUTPUT
The pretty-printed JSON from toJSON(...) contains newlines, which the
file-command protocol for $GITHUB_OUTPUT rejects without a heredoc
delimiter. Flatten it with jq -c instead.
Signed-off-by: Piotr Mlocek <pmlocek@nvidia.com>1 parent 572ffe5 commit 2583175
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments