mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 23:41:03 +00:00
fix: trailing SS
This commit is contained in:
3
.github/workflows/beta.yml
vendored
3
.github/workflows/beta.yml
vendored
@@ -144,7 +144,8 @@ jobs:
|
||||
if [ -n "$extra_info" ]; then
|
||||
extra_info=$(echo -e "$extra_info" | sed 's/^/\n- /')
|
||||
fi
|
||||
developers="${developers}◗ **${name}**${extra_info}
|
||||
developers="${developers}◗ **${name}**
|
||||
${extra_info}
|
||||
- Github: [${login}](https://github.com/${login})
|
||||
- Commits: ${commit_count}"
|
||||
committers_count=$((committers_count + 1))
|
||||
|
||||
Reference in New Issue
Block a user