File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -590,26 +590,6 @@ jobs:
590590 RELEASE_ID : ${{ steps.release-id.outputs.release_id }}
591591 if : ${{ ! inputs.dry_run }}
592592
593- - name : Send Notification
594- uses : 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
595- with :
596- status : custom
597- custom_payload : |
598- {
599- "blocks": [
600- {
601- "type": "section",
602- "text": {
603- "type": "mrkdwn",
604- "text": "NGINX Ingress Controller v${{ inputs.nic_version }} is out! Check it out: https://github.com/nginx/kubernetes-ingress/releases/tag/v${{ inputs.nic_version }}"
605- }
606- }
607- ]
608- }
609- env :
610- SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
611- if : ${{ ! inputs.dry_run }}
612-
613593 release-image-notification :
614594 if : ${{ ! cancelled() && ! failure() && ! inputs.dry_run && ! contains(inputs.skip_step, 'release-image-notification') }}
615595 name : Notify Slack channels about image release
You can’t perform that action at this time.
0 commit comments