Skip to content

Commit 480b376

Browse files
Add submodule support in checkout step of Azure Dev workflow
1 parent 08a473b commit 480b376

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/azure-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4
31+
with:
32+
submodules: recursive
3133
- name: Install azd
3234
uses: Azure/setup-azd@v2
3335
- name: Azure Developer CLI Login

0 commit comments

Comments
 (0)