Skip to content

Commit 52230ff

Browse files
authored
Add submodule checkout to copilot-setup-steps.yml (#64761)
1 parent 7cd23f5 commit 52230ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
# If you do not check out your code, Copilot will do this for you.
1616
steps:
1717
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
18+
with:
19+
submodules: 'true'
1820

1921
# Include PrepareForHelix to maximise what is downloaded here
2022
- name: Build solution

0 commit comments

Comments
 (0)