Skip to content

Commit 0d06461

Browse files
committed
try different webhook type
1 parent 65fe0d0 commit 0d06461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)