fix: notification in thread

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-04-17 11:00:40 +02:00
parent e65c74e6e7
commit e5b2681142
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-tags: true
- name: Check GoReleaser
uses: goreleaser/goreleaser-action@v7