Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Jan 4, 2024
1 parent d2a35ac commit b1aa11b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
# with:
Expand Down

0 comments on commit b1aa11b

Please sign in to comment.