test: removed hyphen before github

This commit is contained in:
ibo
2024-06-21 22:26:03 +02:00
committed by GitHub
parent 6642887b5a
commit fbe175b918

View File

@@ -129,7 +129,7 @@ jobs:
extra_info=$(echo -e "$extra_info" | sed 's/^/- /')
fi
developers="${developers}◗ **${name}**
${extra_info}- Github: [${login}](https://github.com/${login})
${extra_info} Github: [${login}](https://github.com/${login})
- Commits: ${commits}
"
committers_count=$((committers_count + 1))