mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 15:51:03 +00:00
fix: remove spacing in variables
This commit is contained in:
8
.github/workflows/beta.yml
vendored
8
.github/workflows/beta.yml
vendored
@@ -105,7 +105,7 @@ 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["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)
|
||||
@@ -129,9 +129,9 @@ jobs:
|
||||
fi
|
||||
developers="${developers}◗ **${name}**
|
||||
${extra_info}
|
||||
- Github: [${login}](https://github.com/${login})
|
||||
- Commits: ${commits}
|
||||
"
|
||||
- Github: [${login}](https://github.com/${login})
|
||||
- Commits: ${commits}
|
||||
"
|
||||
committers_count=$((committers_count + 1))
|
||||
if [ $committers_count -eq 1 ]; then
|
||||
thumbnail_url="$avatar_url"
|
||||
|
||||
Reference in New Issue
Block a user