Skip to content

Commit 77013e2

Browse files
committed
testing init
1 parent 9166728 commit 77013e2

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/terraform-plan.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ jobs:
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414

15+
defaults:
16+
run:
17+
working-directory: terraform
18+
permissions:
19+
pull-requests: write
20+
1521
steps:
1622
- name: Checkout code
17-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
1824

1925
- name: Set up Terraform
2026
uses: hashicorp/setup-terraform@v3
@@ -30,8 +36,3 @@ jobs:
3036

3137
- name: Terraform Init
3238
run: terraform init
33-
34-
- name: Terraform Plan
35-
uses: dflook/terraform-plan@v1
36-
with:
37-
path: terraform

0 commit comments

Comments
 (0)