Skip to content

Commit

Permalink
feat: Change notification color to correspond with status
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Sep 29, 2022
1 parent 4481cb3 commit 80fbed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
color: "#DC143C"
color: "#00FF00"
username: "ExamplePlugin Release Bot"
message: >
An ExamplePlugin ${{ env.RELEASE_TYPE }} was deployed:
Expand All @@ -154,7 +154,7 @@ jobs:
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
color: "#DC143C"
color: "#FF0000"
username: "ExamplePlugin Release Bot"
message: >
An ExamplePlugin ${{ env.RELEASE_TYPE }} failed:
Expand Down

0 comments on commit 80fbed0

Please sign in to comment.