Skip to content

Commit b5673be

Browse files
committed
ci: use normal font for repo owner
1 parent 3007c6b commit b5673be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
printf '%s\t%s\t%s\t%s\t%s\n' "$name" "$owner" "$repo" "$desc" "$stars" >> "$tmpfile"
9696
done
9797
sort -t$'\t' -k1,1 -f "$tmpfile" | while IFS=$'\t' read -r name owner repo desc stars; do
98-
echo "| <sub>${owner}/</sub>[**${name}**](https://github.com/${repo}) | ${desc} | ${stars} |"
98+
echo "| ${owner}/[**${name}**](https://github.com/${repo}) | ${desc} | ${stars} |"
9999
done
100100
rm -f "$tmpfile"
101101
echo ""

.github/workflows/update-stars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
printf '%s\t%s\t%s\t%s\t%s\n' "$name" "$owner" "$repo" "$desc" "$stars" >> "$tmpfile"
116116
done
117117
sort -t$'\t' -k1,1 -f "$tmpfile" | while IFS=$'\t' read -r name owner repo desc stars; do
118-
echo "| <sub>${owner}/</sub>[**${name}**](https://github.com/${repo}) | ${desc} | ${stars} |"
118+
echo "| ${owner}/[**${name}**](https://github.com/${repo}) | ${desc} | ${stars} |"
119119
done
120120
rm -f "$tmpfile"
121121
echo ""

0 commit comments

Comments
 (0)