fix: pretrailing for next devs

This commit is contained in:
Danwebt
2024-06-23 05:45:39 +02:00
committed by GitHub
parent 1827ff5528
commit cedfca4a20

View File

@@ -152,6 +152,10 @@ jobs:
if [ -n "$extra_info" ]; then
extra_info=$(echo "$extra_info" | sed 's/\\n/\n- /g')
fi
if [ -n "$developers" ]; then
developers="${developers}\n"
fi
developers="${developers}◗ **${name}** ${extra_info}
- Github: [${login}](https://github.com/${login})
- Commits: ${commit_count}"