Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit b62ada6

Browse files
authored
Merge pull request #29 from microsoftgraph/fix/ci_missing_submodule
Include submodules when checking out code in runners
2 parents 1d3d983 + ae697df commit b62ada6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v2
19+
with:
20+
submodules: true
1921
- name: Setup .NET Core SDK 6
2022
uses: actions/setup-dotnet@v1
2123
with:

0 commit comments

Comments
 (0)