Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 2290428

Browse files
Update validate_terraform.yml
Removed writing PR validation status to slack
1 parent e599fe7 commit 2290428

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/validate_terraform.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,3 @@ jobs:
3737
-
3838
name: terraform fmt check # perform format checks
3939
run: terraform fmt -list=true -write=false -check -recursive
40-
41-
- uses: 8398a7/action-slack@v2
42-
with:
43-
status: ${{ job.status }}
44-
author_name: Integration Test # default: 8398a7@action-slack
45-
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # optional
47-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
48-
if: always() # Pick up events even if the job fails or is canceled.

0 commit comments

Comments
 (0)