fix: Workflow hopefully (#526)
This commit is contained in:
parent
d1e2ca8b5e
commit
90c6c08b48
1 changed files with 3 additions and 3 deletions
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
|
@ -157,8 +157,8 @@ jobs:
|
||||||
|
|
||||||
# Decimal color codes for contributors
|
# Decimal color codes for contributors
|
||||||
declare -A contributor_colors
|
declare -A contributor_colors
|
||||||
default_color="6121629"
|
default_color="16721401"
|
||||||
contributor_colors["grayankit"]="#ff9b46"
|
contributor_colors["grayankit"]="#350297"
|
||||||
contributor_colors["ibo"]="#ff9b46"
|
contributor_colors["ibo"]="#ff9b46"
|
||||||
contributor_colors["aayush262"]="#5d689d"
|
contributor_colors["aayush262"]="#5d689d"
|
||||||
contributor_colors["Sadwhy"]="#ff7e95"
|
contributor_colors["Sadwhy"]="#ff7e95"
|
||||||
|
@ -278,7 +278,7 @@ jobs:
|
||||||
--arg footer_text "Version $VERSION" \
|
--arg footer_text "Version $VERSION" \
|
||||||
--arg timestamp "$(date -u +%Y-%m-%dT%H:%M:%S.000Z)" \
|
--arg timestamp "$(date -u +%Y-%m-%dT%H:%M:%S.000Z)" \
|
||||||
--arg thumbnail_url "$thumbnail_url" \
|
--arg thumbnail_url "$thumbnail_url" \
|
||||||
--argjson embed_color "$embed_color" \
|
--arg embed_color "$embed_color" \
|
||||||
'{
|
'{
|
||||||
"content": "<@&1225347048321191996>",
|
"content": "<@&1225347048321191996>",
|
||||||
"embeds": [
|
"embeds": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue