We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883aa28 commit bf90439Copy full SHA for bf90439
1 file changed
.github/workflows/deploy.yml
@@ -26,12 +26,12 @@ jobs:
26
27
- name: Update Terraform State and Providers
28
uses: gruntwork-io/terragrunt-action@v3
29
- env:
30
- TF_LOG: DEBUG
31
- INPUT_PRE_EXEC_1: |
32
- echo "Current directory: $(pwd)"
33
- ls -la
34
- git status
+ # env:
+ # TF_LOG: DEBUG
+ # INPUT_PRE_EXEC_1: |
+ # echo "Current directory: $(pwd)"
+ # ls -la
+ # git status
35
with:
36
tg_dir: ${{ env.working_dir }}
37
tg_command: init --upgrade
0 commit comments