File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -460,18 +460,16 @@ jobs:
460460 - name : Send message to Slack via Workflow Builder
461461 uses : slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1
462462 with :
463+ errors : true
463464 payload : |
464- {
465- "channel-id" : "${{ env.SLACK_CHANNEL_ID }}",
466- "inputs" : "${{ env.INPUTS }}",
467- "message" : "${{ env.MESSAGE }}",
468- "results -url" : "${{ env.RESULTS_URL }}",
469- "workflow-url": " ${{ env.WORKFLOW_URL }}"
470- }
465+ channel: C03B28HRP53 # #release-train-alerts
466+ inputs : "${{ env.INPUTS }}"
467+ message : "${{ env.MESSAGE }}"
468+ results-url : "${{ env.RESULTS_URL }}"
469+ workflow -url: "${{ env.WORKFLOW_URL }}"
470+ webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
471+ webhook-type : incoming-webhook
471472 env :
472- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
473- # #release-train-alerts
474- SLACK_CHANNEL_ID : C03B28HRP53
475473 INPUTS : >-
476474 name: ${{ inputs.multinode_name }}\n
477475 controllers: ${{ inputs.multinode_controller_count }}\n
You can’t perform that action at this time.
0 commit comments