Skip to content

Commit

Permalink
ci: pull submodules on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ddlees committed Jan 29, 2025
1 parent d38e86c commit 4effb4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable.build-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:
steps:
- name: Checkout Source Code Repository
uses: actions/checkout@v4
with:
submodules: recursive

# TODO: don't pull actions but instead reference them from the source repo
# May need to adjust repo actions permissions to allow access from other org repos
Expand Down

0 comments on commit 4effb4a

Please sign in to comment.