File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -164,16 +164,14 @@ jobs:
164
164
165
165
- name : Clone ${{ matrix.app }}
166
166
run : |
167
- git clone https://oauth2:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository_owner }}/${{ matrix.app }}.git
167
+ git clone --recurse-submodules https://oauth2:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository_owner }}/${{ matrix.app }}.git
168
168
cd ${{ github.workspace }}/${{ matrix.app }}
169
169
170
170
git config user.email "[email protected] "
171
171
git config user.name "GitHub Actions"
172
172
173
173
git checkout -b ${{ needs.configure-branch-name.outputs.gh_head_ref }} || git checkout ${{ needs.configure-branch-name.outputs.gh_head_ref }}
174
174
175
- bash smodules init
176
-
177
175
- name : Compile Requirements (Python)
178
176
if : matrix.parent_image_type != 'next'
179
177
run : |
You can’t perform that action at this time.
0 commit comments