Skip to content

Commit da500ad

Browse files
committed
Fix incorrect path in GH Actions
1 parent ab0cbcc commit da500ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Terraform validate
1717
uses: dflook/terraform-validate@v2
1818
with:
19-
path: terraform
19+
path: infra
2020

2121
fmt-check:
2222
runs-on: ubuntu-latest
@@ -28,4 +28,4 @@ jobs:
2828
- name: Terraform fmt
2929
uses: dflook/terraform-fmt-check@v2
3030
with:
31-
path: terraform
31+
path: infra

0 commit comments

Comments
 (0)