List unidentified labels in Discord webhook

This commit is contained in:
Rangi42 2023-11-20 19:25:49 -05:00
parent e8868d53e9
commit 100e0a76fb

2
.github/webhook.sh vendored
View file

@ -2,7 +2,7 @@
set -e
# Report unnamed symbols
content="$(tools/unnamed.py -r . pokered.sym | head)"
content="$(tools/unnamed.py -r . -l 30 pokered.sym | head)"
curl -H 'Content-Type: application/json' -X POST "$DISCORD_WEBHOOK_URL" -d@- << EOF
{