mirror of
https://github.com/developersIndia/deviras.git
synced 2025-01-03 14:01:46 +05:30
Update flair-usage-stats.yml
This commit is contained in:
parent
5a18457c55
commit
b252f92e02
4
.github/workflows/flair-usage-stats.yml
vendored
4
.github/workflows/flair-usage-stats.yml
vendored
@ -12,4 +12,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} # Add your Discord webhook URL in repository secrets
|
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} # Add your Discord webhook URL in repository secrets
|
||||||
run: |
|
run: |
|
||||||
curl -X POST -H "Content-Type: application/json" -d '{"content":"Hello from GitHub Action!"}' $WEBHOOK_URL
|
curl -X POST -H "Content-Type: application/json" -d '{
|
||||||
|
"content": "Hello from GitHub Action! This is a multiline message.\n\nHere is a new line.\nAnd another one."
|
||||||
|
}' $WEBHOOK_URL
|
||||||
|
Loading…
Reference in New Issue
Block a user