Skip to content

Commit

Permalink
Update new-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhir-maurya authored Jul 23, 2024
1 parent d55bbd9 commit 752d372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/new-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
env:
TERRAGRUNT_DIRS: ${{ steps.parse-files.outputs.terragrunt_delete_dirs }}
run: |
echo "::set-output name=terragrunt_delete_dirs::${{ steps.parse-files.outputs.terragrunt_delete_dirs }}"
echo "Terragrunt destroy plan"
for dir in ${TERRAGRUNT_DIRS}; do \
echo "#### Running init on ${dir} ####"; \
Expand Down

0 comments on commit 752d372

Please sign in to comment.