فهرست منبع

Add submodule checkout to copilot-setup-steps.yml (#64761)

William Godbe 3 ماه پیش
والد
کامیت
52230ffce8
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      .github/workflows/copilot-setup-steps.yml

+ 2 - 0
.github/workflows/copilot-setup-steps.yml

@@ -15,6 +15,8 @@ jobs:
     # If you do not check out your code, Copilot will do this for you.
     steps:
       - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
+        with:
+          submodules: 'true'
 
       # Include PrepareForHelix to maximise what is downloaded here
       - name: Build solution