Skip to content

Commit bf90439

Browse files
committed
fixup
1 parent 883aa28 commit bf90439

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
- name: Update Terraform State and Providers
2828
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
29+
# env:
30+
# TF_LOG: DEBUG
31+
# INPUT_PRE_EXEC_1: |
32+
# echo "Current directory: $(pwd)"
33+
# ls -la
34+
# git status
3535
with:
3636
tg_dir: ${{ env.working_dir }}
3737
tg_command: init --upgrade

0 commit comments

Comments
 (0)