Skip to content

Commit 65fe0d0

Browse files
committed
set simple value for version in slack notification payload
1 parent d9d3a6a commit 65fe0d0

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
@@ -91,5 +91,5 @@ jobs:
9191
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
9292
webhook-type: webhook-trigger
9393
payload: |
94-
version: "${{ github.event.inputs.version }}"
94+
version: "test"
9595
pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"

0 commit comments

Comments
 (0)