From 1faeba25336621593478c1a87e11285d2d7f9e34 Mon Sep 17 00:00:00 2001 From: Mostafa Kamal Date: Mon, 1 Jul 2024 01:29:47 +0600 Subject: [PATCH] action --- .github/workflows/terraform-terragrunt.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/terraform-terragrunt.yml b/.github/workflows/terraform-terragrunt.yml index c6b4a31..8b9a6d1 100644 --- a/.github/workflows/terraform-terragrunt.yml +++ b/.github/workflows/terraform-terragrunt.yml @@ -13,11 +13,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Print HOME directory - run: | - echo "The HOME directory is: $HOME" - ls -la $HOME - - name: Set up Terraform CLI uses: hashicorp/setup-terraform@v3 with: @@ -37,6 +32,13 @@ jobs: ./symlink-modules.sh echo "🔗 Symlink modules and workspace selection completed!" + - name: Select workspace + run: | + cd ./environment/stage + terragrunt workspace list + + echo "🌐 Workspace 'stage' selected!" + - name: Terragrunt init run: | cd ./environment/stage