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 22, 2024
1 parent 06c4f50 commit a8c52ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: |
echo "Terragrunt destroy plan"
for dir in ${TERRAGRUNT_DIRS}; do \
echo "#### Running init on $$dir ####"; \
echo "#### Running init on ${dir} ####"; \
done; \
Expand Down

0 comments on commit a8c52ef

Please sign in to comment.