Skip to content

Commit

Permalink
List unidentified labels in Discord webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Nov 21, 2023
1 parent e8868d5 commit 100e0a7
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 . 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
{
Expand Down

0 comments on commit 100e0a7

Please sign in to comment.