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 24eceab commit cf2e8c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/new-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,10 @@ jobs:
runs-on: self-hosted
steps:
- name: Run a Simple Command
env:
TERRAGRUNT_DIRS: ${{ needs.job2.outputs.terragrunt_delete_dirs }}
run: |
echo "${{ needs.job2.outputs.terragrunt_delete_dirs }}"
echo ${TERRAGRUNT_DIRS}
Expand Down

0 comments on commit cf2e8c3

Please sign in to comment.