From 6dfaa8779c8be6801446af8291690f754278c7a8 Mon Sep 17 00:00:00 2001 From: Mostafa Kamal Date: Mon, 1 Jul 2024 01:18:52 +0600 Subject: [PATCH] action --- .github/workflows/terraform-terragrunt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/terraform-terragrunt.yml b/.github/workflows/terraform-terragrunt.yml index ffc836d..93d241c 100644 --- a/.github/workflows/terraform-terragrunt.yml +++ b/.github/workflows/terraform-terragrunt.yml @@ -45,7 +45,8 @@ jobs: - name: Terragrunt plan run: | - cd ./environment/stage terragrunt plan + cd ./environment/stage + terragrunt plan echo "📝 Terragrunt plan completed!" - name: Display success message