From ec335f4f1189a9f55862a128255b2f3d5c55ec21 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:20:59 +0200 Subject: [PATCH] fix: remove spacing in variables --- .github/workflows/beta.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index c3311bd1..276bfe1f 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -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"