Merge pull request 'feat: add notification in thread' (#104) from fix/fix_pipeline into main

Reviewed-on: #104
This commit is contained in:
Marcel_Henselin 2026-04-17 08:36:39 +00:00
commit e65c74e6e7
Signed by: tf-provider.git.onstackit.cloud
GPG key ID: 6D7E8A1ED8955A9C

View file

@ -144,5 +144,5 @@ runs:
curl \
-X POST \
-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}"