Skip to content

Commit fe62420

Browse files
MukeshMukesh
authored andcommitted
update
1 parent 50e5240 commit fe62420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Find Terraform Directories
2424
id: find-dirs
2525
run: |
26-
echo "directories=$(find env -type f -name 'main.tf' -exec dirname {} \; | sort | uniq | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_ENV
26+
echo "directories=$(find modules -type f -name 'main.tf' -exec dirname {} \; | sort | uniq | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_ENV
2727
2828
- name: Validate & Plan
2929
run: |

0 commit comments

Comments
 (0)