Browse Source

Merge pull request #2250 from gravitl/NET-12e

color of discord error messages
Alex Feiszli 2 years ago
parent
commit
ba396f1b5b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/deletedroplets.yml

+ 2 - 2
.github/workflows/deletedroplets.yml

@@ -60,7 +60,7 @@ jobs:
         with:
           webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
           webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
-          color: "#42f545"
+          color: "#990000"
           username: "GitHub Bot"
           message: " ${{ github.event.workflow_run.name }} failed"
           file: ./results/results.log
@@ -69,7 +69,7 @@ jobs:
         with:
           webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
           webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
-          color: "#42f545"
+          color: "#990000"
           username: "GitHub Bot"
           message: "droplets from this workflow will be deleted in 6 hours"
           file: ./server/serverinfo.txt