mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 23:31:02 +00:00
chore: cleaned up
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user