File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ jobs:
8585 echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
8686 echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
8787
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.1 .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