From 0818e106ceec59e98a5b62928431e89dd1cc0592 Mon Sep 17 00:00:00 2001 From: bxpana <42230936+bxpana@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:43:47 -0700 Subject: [PATCH] Update discord-notification.yml Change message posted on Discord --- .github/workflows/discord-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-notification.yml b/.github/workflows/discord-notification.yml index 93bf385..b66576d 100644 --- a/.github/workflows/discord-notification.yml +++ b/.github/workflows/discord-notification.yml @@ -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 }}