Skip to content

Commit 0468d52

Browse files
committed
try formatting payload explicitly as json
1 parent 0d06461 commit 0468d52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/embedded-cluster-release-notes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: slackapi/[email protected]
9090
with:
9191
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
92-
webhook-type: incoming-webhook
92+
webhook-type: webhook-trigger
9393
payload: |
94-
version: "${{ github.event.inputs.version }}"
95-
pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"
94+
"version": "${{ github.event.inputs.version }}",
95+
"pull_request_url": "${{steps.cpr.outputs.pull-request-url}}",

0 commit comments

Comments
 (0)