We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9235ae1 commit afba853Copy full SHA for afba853
1 file changed
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Update Terraform State and Providers
28
uses: gruntwork-io/terragrunt-action@v3
29
with:
30
- tg_dir: "$TG_WORKING_DIR"
+ tg_dir: "${TG_WORKING_DIR}"
31
tg_command: init --upgrade
32
33
- name: Terragrunt Plan
0 commit comments