Skip to content

Commit 0586cb4

Browse files
committed
intentionally break webhook
1 parent fba0b96 commit 0586cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Slack Notification
8989
uses: slackapi/[email protected]
9090
with:
91-
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
91+
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOO }}
9292
webhook-type: webhook-trigger
9393
payload: |
9494
version: "${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)