From b1aa11b4232b0865c183a9fe9046111a735fe3be Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos Date: Thu, 4 Jan 2024 12:40:26 -0300 Subject: [PATCH] debug --- .github/workflows/iac.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index ae6648ed..0db9207d 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -183,13 +183,13 @@ jobs: tg_version: 0.53.2 tg_dir: ${{ inputs.WORKING_DIR }} tg_command: 'plan' - env: - # configure git to use custom token to clone repository. - INPUT_PRE_EXEC_1: | - git config --global url."https://user:${{secrets.PAT_GIT}}@github.com".insteadOf "https://github.com" - # print git configuration - INPUT_PRE_EXEC_2: | - git config --global --list + # env: + # # configure git to use custom token to clone repository. + # INPUT_PRE_EXEC_1: | + # git config --global url."https://user:${{secrets.PAT_GIT}}@github.com".insteadOf "https://github.com" + # # print git configuration + # INPUT_PRE_EXEC_2: | + # git config --global --list # - name: run terragrunt # uses: autero1/action-terragrunt@v1.3.2 # with: