diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index bdd2c8f..c970a21 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -78,6 +78,7 @@ jobs: # Checks whether Terraform is formatted properly. If this fails, you # should install the pre-commit hook. - name: Check Formatting + working-directory: ${{ env.TERRAFORM_DIRECTORY }} run: | terraform fmt -no-color -check -diff -recursive