From d345dab37f30cd740f25b9243a20c15d5d1a09d2 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:08:03 +0200 Subject: [PATCH] fix: name for color map --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 9a7396bf..311d3f91 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -177,7 +177,7 @@ jobs: top_contributors=("$login") top_contributor_count=1 top_contributor_avatar="$avatar_url" - embed_color=${contributor_colors[$login]:-$default_color} + embed_color=${contributor_colors[$name]:-$default_color} elif [ $commit_count -eq $max_commits ]; then top_contributors+=("$login") top_contributor_count=$((top_contributor_count + 1))