chore: cleaned up

This commit is contained in:
ibo
2024-06-21 05:33:44 +02:00
committed by GitHub
parent d26ad78fdd
commit 87304d219e

View File

@@ -135,7 +135,7 @@ jobs:
# Truncate developers if too long
max_length=1000
if [ ${#developers} -gt $max_length ]; then
developers="${developers:0:$max_length}... (truncated)"
developers="${developers:0:$max_length}... (and more)"
fi
# Process commit messages