mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 10:11:02 +00:00
test: sed -e 's/ *\[.*)//g'
This commit is contained in:
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
@@ -191,7 +191,7 @@ jobs:
|
||||
fi
|
||||
|
||||
commit_messages=$(echo "$COMMIT_LOG" | sed 's/%0A/\n/g; s/^/\n/')
|
||||
|
||||
commit_messages=$(echo "$COMMIT_LOG" | sed -e 's/ *\[.*)//g')
|
||||
# Truncate field values
|
||||
max_length=1000
|
||||
if [ ${#developers} -gt $max_length ]; then
|
||||
|
||||
Reference in New Issue
Block a user