Skip to content

Commit afd49c3

Browse files
Add 'useDevContainer' option to Azure template validation step
1 parent 17d3612 commit afd49c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Validate Azure Template
2323
uses: microsoft/template-validation-action@v0.4.3
2424
id: validation
25+
with:
26+
useDevContainer: false
2527
env:
2628
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
2729
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)