We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efda6f7 commit 6ca8c9bCopy full SHA for 6ca8c9b
.github/workflows/dart.yml
@@ -425,7 +425,7 @@ jobs:
425
top_contributor=""
426
top_contributor_count=0
427
top_contributor_avatar=""
428
- embed_color=$default_color
+ embed_color=$(hex_to_decimal "$default_color")
429
430
# Process contributors in the new order
431
while read -r login; do
@@ -490,7 +490,7 @@ jobs:
490
thumbnail_url="$top_contributor_avatar"
491
else
492
thumbnail_url="https://i.imgur.com/5o3Y9Jb.gif"
493
494
fi
495
496
# Truncate field values
0 commit comments