fix: notification in thread #105
2 changed files with 3 additions and 1 deletions
2
.github/actions/notify/action.yaml
vendored
2
.github/actions/notify/action.yaml
vendored
|
|
@ -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}"
|
||||
|
|
|
|||
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -21,6 +21,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-tags: true
|
||||
|
||||
- name: Check GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue