File tree Expand file tree Collapse file tree 3 files changed +21
-32
lines changed
Expand file tree Collapse file tree 3 files changed +21
-32
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ jobs:
4242 env :
4343 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN}}
4444
45- # - name: 'Slack Notification'
46- # uses: clouddrove/action-slack@v2
47- # with:
48- # status: ${{ job.status }}
49- # fields: repo,author
50- # author_name: 'CloudDrove'
51- # env:
52- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
53- # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
54- # if: always()
45+ - name : ' Slack Notification'
46+ uses : clouddrove/action-slack@v2
47+ with :
48+ status : ${{ job.status }}
49+ fields : repo,author
50+ author_name : ' CloudDrove'
51+ env :
52+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # required
53+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
54+ if : always()
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ jobs:
3939 tf_actions_working_dir : ' _test/redis-cluster'
4040 env :
4141 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42- #
43- # - name: 'Slack Notification'
44- # uses: clouddrove/action-slack@v2
45- # with:
46- # status: ${{ job.status }}
47- # fields: repo,author
48- # author_name: 'CloudDrove'
49- # env:
50- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
51- # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
52- # if: always()
42+
43+ - name : ' Slack Notification'
44+ uses : clouddrove/action-slack@v2
45+ with :
46+ status : ${{ job.status }}
47+ fields : repo,author
48+ author_name : ' CloudDrove'
49+ env :
50+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # required
51+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
52+ if : always()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments