From 06132744417fd839b9307e9ecd7f2bf68a8e677f Mon Sep 17 00:00:00 2001 From: Sourav Kundu Date: Tue, 26 Nov 2024 14:14:52 -0600 Subject: [PATCH] corrected working directory --- .github/workflows/terraform-ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-ecr.yml b/.github/workflows/terraform-ecr.yml index 4835e45..b3a785b 100644 --- a/.github/workflows/terraform-ecr.yml +++ b/.github/workflows/terraform-ecr.yml @@ -33,7 +33,7 @@ jobs: defaults: run: shell: bash - working-directory: ./infra + working-directory: ./app/tf steps: # Checkout the repository to the GitHub Actions runner