mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 13:51:01 +00:00
fix: FUCK TRAILING
This commit is contained in:
3
.github/workflows/beta.yml
vendored
3
.github/workflows/beta.yml
vendored
@@ -203,7 +203,8 @@ jobs:
|
||||
commit_messages=$(echo "$COMMIT_LOG" |
|
||||
sed -E 's/%0A/\n/g' |
|
||||
sed -E 's/ \[֍\]\(https?:\/\/[^)]+\)//g' |
|
||||
sed -E ':a;N;$!ba;s/\n/\\n/g')
|
||||
sed -E ':a;N;$!ba;s/\n/\\n/g' |
|
||||
sed -E 's/\\\\/\\/g')
|
||||
|
||||
# Construct Discord payload
|
||||
discord_data=$(jq -nc \
|
||||
|
||||
Reference in New Issue
Block a user