diff --git a/.github/workflows/update-data.yml b/.github/workflows/update-data.yml index 84d6c4c..fe923a1 100644 --- a/.github/workflows/update-data.yml +++ b/.github/workflows/update-data.yml @@ -40,5 +40,5 @@ jobs: - name: Notify Discord if Failure if: failure() run: | - MESSAGE="Data update job failed. Status: ${{ job.status }}. <@GetNotifications>" + MESSAGE="Data update job failed. Status: ${{ job.status }}. <@&1146448179412348989>" curl -H "Content-Type: application/json" -X POST -d "{\"content\": \"$MESSAGE\"}" ${{ secrets.DISCORD_WEBHOOK_URL }}