Skip to content

Commit 7a021b8

Browse files
chore: Disable useDevContainer in Azure validation step
Set useDevContainer to false for Azure template validation.
1 parent 0a37746 commit 7a021b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/azure-dev-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Validate Azure Template
2222
uses: microsoft/template-validation-action@Latest
2323
id: validation
24+
with:
25+
useDevContainer: false
2426
env:
2527
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
2628
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}

0 commit comments

Comments
 (0)