Commit 81cf982
Fix run-name to show only first line of commit message
Use split() to extract only the first line (subject) of the commit message
instead of the entire multi-line message including Co-authored-by and
Signed-off-by lines.
Before: "Fast Build - test: Add tests Co-authored-by: ... Signed-off-by: ..."
After: "Fast Build - test: Add tests"
Signed-off-by: Mark Pollack <mark.pollack@broadcom.com>1 parent 1da47a5 commit 81cf982
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments