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 73e42a8 commit e63d4bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/new-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ jobs:
echo "#### Running init on ${dir} ####"; \
done; \
job3:
name: job3
runs-on: self-hosted
steps:
- name: Run a Simple Command
run: echo ${{ steps.parse-files.outputs.terragrunt_delete_dirs }}




0 comments on commit e63d4bd

Please sign in to comment.