Skip to content

Commit

Permalink
Update discord-notification.yml
Browse files Browse the repository at this point in the history
Change message posted on Discord
  • Loading branch information
bxpana authored Apr 9, 2024
1 parent 06c65d7 commit 0818e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Send Notification to Discord
run: |
curl -X POST -H "Content-Type: application/json" \
-d "{\"content\": \"A new labeled discussion has been created: ${{ github.event.discussion.html_url }}\"}" \
-d "{\"content\": \"A new Show and Tell discussion has been created: ${{ github.event.discussion.html_url }}\"}" \
${{ secrets.DISCORD_WEBHOOK_URL }}
env:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}

0 comments on commit 0818e10

Please sign in to comment.