Skip to content

Commit

Permalink
Add GitHub Actions clone recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Nov 3, 2024
1 parent eda23f5 commit 4de8765
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Prepare environments (ansible-galaxy install role)
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/main_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Prepare environments (ansible-galaxy install role)
run: |
Expand Down Expand Up @@ -127,6 +129,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Prepare environments (ansible-galaxy install role)
run: |
Expand Down

0 comments on commit 4de8765

Please sign in to comment.