Skip to content

Commit

Permalink
fix(ci/cd): Add submodules download to use monitoring files in setup …
Browse files Browse the repository at this point in the history
…instances
  • Loading branch information
igr-santos committed Nov 7, 2024
1 parent 8f4aa16 commit 112a6b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
# Confira o repositório para o GitHub Actions runner
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true # Clona os submódulos junto com o repositório principal
fetch-depth: 0 # Garante que o histórico completo seja baixado, necessário para alguns submódulos

- name: Setup SSH key
env:
Expand Down

0 comments on commit 112a6b8

Please sign in to comment.