mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-02-01 22:11:55 +01: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
|
if [ -n "$extra_info" ]; then
|
||||||
extra_info=$(echo "$extra_info" | sed 's/\\n/\n- /g')
|
extra_info=$(echo "$extra_info" | sed 's/\\n/\n- /g')
|
||||||
fi
|
fi
|
||||||
|
if [ -n "$developers" ]; then
|
||||||
|
developers="${developers}\n"
|
||||||
|
fi
|
||||||
|
|
||||||
developers="${developers}◗ **${name}** ${extra_info}
|
developers="${developers}◗ **${name}** ${extra_info}
|
||||||
- Github: [${login}](https://github.com/${login})
|
- Github: [${login}](https://github.com/${login})
|
||||||
- Commits: ${commit_count}"
|
- Commits: ${commit_count}"
|
||||||
|
|||||||
Reference in New Issue
Block a user