Skip to content

Commit 22ca6e6

Browse files
committed
removing path from plan
1 parent b2dc7b5 commit 22ca6e6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/terraform-plan.yaml

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

15+
defaults:
16+
run:
17+
working-directory: terraform
1518
permissions:
1619
pull-requests: write
1720

@@ -25,5 +28,5 @@ jobs:
2528

2629
- name: Terraform Plan
2730
uses: dflook/terraform-plan@v1
28-
with:
29-
path: terraform
31+
# with:
32+
# path: terraform

0 commit comments

Comments
 (0)