Browse Source
Enable recursive submodule checkout in workflow
maxkatz6-patch-1
Max Katz
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
.github/workflows/update-api.yml
|
|
|
@ -71,6 +71,7 @@ jobs: |
|
|
|
with: |
|
|
|
ref: ${{ steps.pr.outputs.sha }} |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
submodules: recursive |
|
|
|
|
|
|
|
- name: Setup .NET |
|
|
|
uses: actions/setup-dotnet@v4 |
|
|
|
|