ci: Fix notification workflow round 4

This commit is contained in:
Aaron
2025-09-03 18:05:04 -05:00
parent bd5cfa10ad
commit df09b86d23
@@ -18,8 +18,9 @@ jobs:
- name: Discord notification
run: |
PAYLOAD=$(jq -n --arg content "${{ env.MESSAGE }}" '{"content": $content}')
curl -X POST \
-F "payload_json={\"content\": \"${{ env.MESSAGE }}\"}" \
-F "payload_json=${PAYLOAD}" \
-F "file1=@summary.txt" \
$DISCORD_WEBHOOK
env: