Skip to content

Commit c0c719a

Browse files
authored
fix terraform lint (#60)
1 parent ad96cfd commit c0c719a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: 'bash'
3535
working-directory: '${{ inputs.directory }}'
3636
run: |-
37-
DIRS="$(find . -name '*.tf' -printf "%h\n" | sort -u)"
37+
DIRS="$(find . -name '*.tf' -printf "%h\n" | sort -u | tr '\n' ' ')"
3838
echo "TERRAFORM_DIRS=${DIRS}" >> $GITHUB_ENV
3939
4040
- name: 'Check formatting'

0 commit comments

Comments
 (0)