Skip to content

Commit 987aaf8

Browse files
author
Mamraj Yadav
committed
update githubaction
1 parent 2333ed1 commit 987aaf8

File tree

3 files changed

+21
-32
lines changed

3 files changed

+21
-32
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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()

_example/redis-cluster/versions.tf

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)