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

0 comments on commit d55bbd9

Please sign in to comment.