mirror of
https://github.com/developersIndia/deviras.git
synced 2024-12-22 08:09:49 +05:30
Create flair-usage-stats.yml
This commit is contained in:
parent
d6fed619fd
commit
5a18457c55
15
.github/workflows/flair-usage-stats.yml
vendored
Normal file
15
.github/workflows/flair-usage-stats.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: User Flair Usage Stats
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
send_discord_message:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Send Discord message
|
||||
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
|
Loading…
Reference in New Issue
Block a user