Skip to content

Commit f48810b

Browse files
Add debug statement
1 parent 133e83e commit f48810b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/terragrunt-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,6 @@ jobs:
208208
PROXY_WF1_PREV_REST_PASSWORD: ${{ secrets.PROXY_WF1_PREV_REST_PASSWORD }}
209209
TARGET_LIQUIBASE_TAG: ${{ steps.liquibaseCommand.outputs.TARGET_LIQUIBASE_TAG }}
210210

211-
run: terragrunt ${{inputs.COMMAND}} --terragrunt-non-interactive -auto-approve
211+
run: |
212+
aws s3 ls
213+
terragrunt ${{inputs.COMMAND}} --terragrunt-non-interactive -auto-approve

0 commit comments

Comments
 (0)