File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ jobs:
85
85
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
86
86
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
87
87
88
- - name : Slack Notification
89
- uses : slackapi/slack-github-action@v2.0.0
90
- with :
91
- webhook : ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
92
- webhook-type : webhook-trigger
93
- payload : |
94
- version: "${{ github.event.client_payload.version }}"
95
- pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"
88
+ # - name: Slack Notification
89
+ # uses: slackapi/slack-github-action@v2.0.0
90
+ # with:
91
+ # webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
92
+ # webhook-type: webhook-trigger
93
+ # payload: |
94
+ # version: "${{ github.event.client_payload.version }}"
95
+ # pull_request_url: "${{steps.cpr.outputs.pull-request-url}}"
You can’t perform that action at this time.
0 commit comments