Skip to content

Commit

Permalink
misc: fix color for discord embeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Mar 31, 2024
1 parent 22bac6e commit baf8fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
nodetail: true
color: "#aa5cc3"
color: 0xaa5cc3
title: <:jellyfin:1045360407814090953> New Unstable Shokofin Build!
description: |
**Version**: `${{ needs.current_info.outputs.version }}` (`${{ needs.current_info.outputs.sha_short }}`)
Expand Down

0 comments on commit baf8fc3

Please sign in to comment.