We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307c461 commit ac2ca0eCopy full SHA for ac2ca0e
.github/workflows/embedded-cluster-release-notes.yml
@@ -91,5 +91,5 @@ jobs:
91
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
92
webhook-type: webhook-trigger
93
payload: |
94
- version: "${{ github.event.client_payload.version }}"
+ version: "${{ github.event.inputs.version }}"
95
pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"
0 commit comments