Skip to content

Commit

Permalink
Don't list unidentified labels in webhook right now
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Nov 22, 2023
1 parent 04f7f7f commit 1ad7a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Report unnamed symbols
content="$(tools/unnamed.py -r . -l 30 pokeyellow.sym | head)"
content="$(tools/unnamed.py -r . pokeyellow.sym | head)"

curl -H 'Content-Type: application/json' -X POST "$DISCORD_WEBHOOK_URL" -d@- << EOF
{
Expand Down

0 comments on commit 1ad7a6c

Please sign in to comment.