Skip to content

Commit 7ca7294

Browse files
Webhook stuff
1 parent 8d0db47 commit 7ca7294

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323
run: |
2424
sudo apt update
2525
sudo apt install ansible -y
26+
- name: Send Webhook to Discord (using Curl)
27+
run: |
28+
curl -X POST -H 'Content-type: application/json' --data '{"content":"Updating Server..."}' ${{ secrets.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)