Skip to content

Commit

Permalink
Update flair-usage-stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V authored Jan 7, 2024
1 parent 5a18457 commit b252f92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flair-usage-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
env:
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} # Add your Discord webhook URL in repository secrets
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

0 comments on commit b252f92

Please sign in to comment.