Skip to content

Commit

Permalink
fix: terraform setup added (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoandmatrix authored Jan 30, 2025
1 parent 656cb2e commit 2be75a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/slack-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "^1.3.7"
terraform_wrapper: false
- name: Deploy changes to Slack
run: |
cd .github/workflows/slack
Expand Down

0 comments on commit 2be75a6

Please sign in to comment.