File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -44,26 +44,14 @@ jobs:
4444 name : Slack Notification
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v2
48- - name : Slack Notification
49- uses : rtCamp/action-slack-notify@v2
50- env :
51- SLACK_CHANNEL : ws-cloudnative-alerts
52- SLACK_ICON : ' :bell:'
53- SLACK_COLOR : ' #ff0000'
54- SLACK_MESSAGE : ' Terraform Provider'
55- SLACK_TITLE : ' Regression Test Failed, please take a look if you are a codeowner'
56- SLACK_USERNAME : terraform-provider-sysdig
57- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
58- MSG_MINIMAL : true
5947 # https://github.com/8398a7/action-slack/blob/master/docs/content/usage/with.md
6048 - uses : 8398a7/action-slack@v3
6149 with :
6250 status : ' Failure'
63- channel : ' #ws-cloudnative-alerts '
51+ channel : ' #terraform-provider '
6452 author_name : github-action
6553 title : ' Terraform Provider'
6654 text : ' Regression Test Failed, please take a look if you are a codeowner'
67- fields : repo, workflow
55+ fields : workflow
6856 env :
6957 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments