diff --git a/sendmsg.py b/sendmsg.py index bd507f3..2ea8791 100644 --- a/sendmsg.py +++ b/sendmsg.py @@ -21,5 +21,5 @@ def indent(text): return "\n".join(" " + x for x in text.split("\n")) -r.send(f'Event "{EVENT_NAME}" was triggered by {f"[{cleaned}](https://github.com/{cleaned})"}.\nPayload:') -r.send(PAYLOAD) \ No newline at end of file +r.send(f'Event "{EVENT_NAME}" was triggered by [{cleaned}](https://github.com/{cleaned}).\nPayload:') +r.send(indent(PAYLOAD)) \ No newline at end of file