Skip to content

Commit afc79e5

Browse files
committed
Fix CI: checkout submodules recursively
1 parent af3c544 commit afc79e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
environment: ${{ steps.set-env.outputs.environment }}
3232
steps:
3333
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+
with:
35+
submodules: recursive
3436

3537
- name: Determine environment and image tag
3638
id: set-env

0 commit comments

Comments
 (0)