mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-09 21:36:09 +08:00
color of discord error messages
This commit is contained in:
parent
f9ebe3d8f1
commit
e791d0af45
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deletedroplets.yml
vendored
4
.github/workflows/deletedroplets.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
||||||
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
||||||
color: "#42f545"
|
color: "#990000"
|
||||||
username: "GitHub Bot"
|
username: "GitHub Bot"
|
||||||
message: " ${{ github.event.workflow_run.name }} failed"
|
message: " ${{ github.event.workflow_run.name }} failed"
|
||||||
file: ./results/results.log
|
file: ./results/results.log
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
||||||
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
||||||
color: "#42f545"
|
color: "#990000"
|
||||||
username: "GitHub Bot"
|
username: "GitHub Bot"
|
||||||
message: "droplets from this workflow will be deleted in 6 hours"
|
message: "droplets from this workflow will be deleted in 6 hours"
|
||||||
file: ./server/serverinfo.txt
|
file: ./server/serverinfo.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue