mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 19:31:01 +00:00
fix: pretrailing for next devs
This commit is contained in:
4
.github/workflows/beta.yml
vendored
4
.github/workflows/beta.yml
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user