feat: add notification in thread #104

Merged
marcel.henselin merged 2 commits from fix/fix_pipeline into main 2026-04-17 08:36:40 +00:00

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}"