We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b56a3 commit 65cff53Copy full SHA for 65cff53
.github/workflows/azure-dev.yml
@@ -26,6 +26,8 @@ jobs:
26
- name: Validate Azure Template
27
uses: microsoft/template-validation-action@v0.4.2
28
id: validation
29
+ with:
30
+ useDevContainer: false
31
env:
32
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
33
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
0 commit comments