We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd23f5 commit 52230ffCopy full SHA for 52230ff
.github/workflows/copilot-setup-steps.yml
@@ -15,6 +15,8 @@ jobs:
15
# If you do not check out your code, Copilot will do this for you.
16
steps:
17
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
18
+ with:
19
+ submodules: 'true'
20
21
# Include PrepareForHelix to maximise what is downloaded here
22
- name: Build solution
0 commit comments