mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 23:51:03 +00:00
fix: remove extra hyphen
This commit is contained in:
4
.github/workflows/beta.yml
vendored
4
.github/workflows/beta.yml
vendored
@@ -105,8 +105,8 @@ jobs:
|
||||
}
|
||||
# Additional information for the goats
|
||||
declare -A additional_info
|
||||
additional_info["ibo"]="- Discord: <@951737931159187457>\n- AniList: [takarealist112](https://anilist.co/user/takarealist112/)"
|
||||
additional_info["aayush262"]="- Discord: <@918825160654598224>"
|
||||
additional_info["ibo"]="Discord: <@951737931159187457>\nAniList: [takarealist112](https://anilist.co/user/takarealist112/)"
|
||||
additional_info["aayush262"]="Discord: <@918825160654598224>"
|
||||
# Extract contributor names from commit log and make unique list
|
||||
committers=$(echo "$COMMIT_LOG" | sed 's/%0A/\n/g' | grep -oP '(?<=~)[^%]*')
|
||||
committers=$(echo "$committers" | sort | uniq)
|
||||
|
||||
Reference in New Issue
Block a user