|
|
@@ -1264,12 +1264,12 @@ jobs:
|
|
|
_sm=sus_map_resukisu if _fl=="resukisu" else sus_map
|
|
|
lines.append(f"### {_labels.get(_fl,_fl)}")
|
|
|
lines.append("")
|
|
|
- lines.append("| Variant | SUSFS branch | SUSFS commit |")
|
|
|
- lines.append("|---|---|---|")
|
|
|
+ lines.append("| SUSFS branch | SUSFS commit |")
|
|
|
+ lines.append("|---|---|")
|
|
|
for v in variants:
|
|
|
sha=_sm.get(v,"")
|
|
|
sha_s=f"`{sha[:12]}`" if sha else "_n/a_"
|
|
|
- lines.append(f"| {v} | gki-{v} | {sha_s} |")
|
|
|
+ lines.append(f"| gki-{v} | {sha_s} |")
|
|
|
lines.append("")
|
|
|
lines.append("")
|
|
|
lines.append("## Commits (detailed)")
|
|
|
@@ -1492,12 +1492,12 @@ jobs:
|
|
|
_sm=sus_map_resukisu if _fl=="resukisu" else sus_map
|
|
|
lines.append(f"### {_labels.get(_fl,_fl)}")
|
|
|
lines.append("")
|
|
|
- lines.append("| Variant | SUSFS branch | SUSFS commit |")
|
|
|
- lines.append("|---|---|---|")
|
|
|
+ lines.append("| SUSFS branch | SUSFS commit |")
|
|
|
+ lines.append("|---|---|")
|
|
|
for v in variants:
|
|
|
sha=_sm.get(v,"")
|
|
|
sha_s=f"`{sha[:12]}`" if sha else "_n/a_"
|
|
|
- lines.append(f"| {v} | gki-{v} | {sha_s} |")
|
|
|
+ lines.append(f"| gki-{v} | {sha_s} |")
|
|
|
lines.append("")
|
|
|
lines.append("")
|
|
|
lines.append("## Commits (detailed)")
|