Skip to content

Commit

Permalink
fix: Workflow hopefully (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayankit authored Nov 17, 2024
1 parent d1e2ca8 commit 90c6c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ jobs:
# Decimal color codes for contributors
declare -A contributor_colors
default_color="6121629"
contributor_colors["grayankit"]="#ff9b46"
default_color="16721401"
contributor_colors["grayankit"]="#350297"
contributor_colors["ibo"]="#ff9b46"
contributor_colors["aayush262"]="#5d689d"
contributor_colors["Sadwhy"]="#ff7e95"
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
--arg footer_text "Version $VERSION" \
--arg timestamp "$(date -u +%Y-%m-%dT%H:%M:%S.000Z)" \
--arg thumbnail_url "$thumbnail_url" \
--argjson embed_color "$embed_color" \
--arg embed_color "$embed_color" \
'{
"content": "<@&1225347048321191996>",
"embeds": [
Expand Down

0 comments on commit 90c6c08

Please sign in to comment.