Skip to content

Commit 43254c5

Browse files
update github-action
1 parent fb55b79 commit 43254c5

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/readme.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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()

.github/workflows/terratest.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)