mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-08 13:42:34 +05:30
Update flair-usage-stats.yml
This commit is contained in:
parent
b252f92e02
commit
73ba9c6d81
2
.github/workflows/flair-usage-stats.yml
vendored
2
.github/workflows/flair-usage-stats.yml
vendored
@ -13,5 +13,5 @@ jobs:
|
|||||||
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 '{
|
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."
|
"content": "Hello from GitHub Action! This is a multiline message.\n\n```\nHere is a new line.\nAnd another one.```"
|
||||||
}' $WEBHOOK_URL
|
}' $WEBHOOK_URL
|
||||||
|
Loading…
Reference in New Issue
Block a user