Skip to content

Commit 6ca8c9b

Browse files
committed
fix:looks like a final fix for embed[skip ci]
1 parent efda6f7 commit 6ca8c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
top_contributor=""
426426
top_contributor_count=0
427427
top_contributor_avatar=""
428-
embed_color=$default_color
428+
embed_color=$(hex_to_decimal "$default_color")
429429
430430
# Process contributors in the new order
431431
while read -r login; do
@@ -490,7 +490,7 @@ jobs:
490490
thumbnail_url="$top_contributor_avatar"
491491
else
492492
thumbnail_url="https://i.imgur.com/5o3Y9Jb.gif"
493-
embed_color=$default_color
493+
embed_color=$(hex_to_decimal "$default_color")
494494
fi
495495
496496
# Truncate field values

0 commit comments

Comments
 (0)