fix: notification in thread #105

Merged
marcel.henselin merged 1 commit from fix/notify_pipeline_typo into main 2026-04-17 09:00:59 +00:00
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