Commit d89db95
committed
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 <[email protected]>1 parent 77d0058 commit d89db95
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