Skip to content

Commit

Permalink
fix discord mention
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTheOne authored Oct 13, 2023
1 parent a15d945 commit ca05987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ca05987

Please sign in to comment.