Skip to content

Commit

Permalink
Add missing checkout step (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Jan 2, 2023
1 parent f5bd15c commit 1d2e0a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terragrunt-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
matrix:
stack: ${{ fromJson(inputs.stacks) }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- uses: actions/checkout@v3
with:
repository: cncsc/actions
Expand Down

0 comments on commit 1d2e0a0

Please sign in to comment.