We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad96cfd commit c0c719aCopy full SHA for c0c719a
.github/workflows/terraform-lint.yml
@@ -34,7 +34,7 @@ jobs:
34
shell: 'bash'
35
working-directory: '${{ inputs.directory }}'
36
run: |-
37
- DIRS="$(find . -name '*.tf' -printf "%h\n" | sort -u)"
+ DIRS="$(find . -name '*.tf' -printf "%h\n" | sort -u | tr '\n' ' ')"
38
echo "TERRAFORM_DIRS=${DIRS}" >> $GITHUB_ENV
39
40
- name: 'Check formatting'
0 commit comments