File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
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 @@ -60,13 +60,13 @@ jobs:
6060 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6161
6262
63- # - name: 'Slack Notification'
64- # uses: clouddrove/action-slack@v2
65- # with:
66- # status: ${{ job.status }}
67- # fields: repo,author
68- # author_name: 'CloudDrove'
69- # env:
70- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
71- # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
72- # if: always()
63+ - name : ' Slack Notification'
64+ uses : clouddrove/action-slack@v2
65+ with :
66+ status : ${{ job.status }}
67+ fields : repo,author
68+ author_name : ' CloudDrove'
69+ env :
70+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # required
71+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
72+ if : always()
You can’t perform that action at this time.
0 commit comments