Skip to content

Commit

Permalink
ci(rss-notifier): use org variable for discord color
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jan 22, 2025
1 parent 5e84e19 commit ab1f580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rss-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: sarisia/actions-status-discord@v1
with:
avatar_url: ${{ vars.ORG_LOGO_URL }}256
color: 0x00ff00 # green
color: 0x${{ vars.COLOR_HEX_GREEN }}
nodetail: true
nofail: false
title: ${{ github.event.issue.title }}
Expand Down

0 comments on commit ab1f580

Please sign in to comment.