feat: add notification in thread

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-04-17 10:35:19 +02:00
parent 4d96cc8951
commit 7b911ebf70

View file

@ -144,5 +144,5 @@ runs:
curl \ curl \
-X POST \ -X POST \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
"${{ inputs.webhook_url }}" \ "${{ inputs.webhook_url }}?threadKey=run${{ github.run_id }}&messageReplyOption=REPLY_MESSAGE_FALLBACK_TO_NEW_THREAD" \
-d "${PAYLOAD}" -d "${PAYLOAD}"