Skip to content

Commit e764f0f

Browse files
edited
1 parent 0a49193 commit e764f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
# Step 2: Validate the Azure template using microsoft/template-validation-action
2626
- name: Validate Azure Template
2727
uses: microsoft/template-validation-action@v0.4.3
28-
id: validation
2928
with:
3029
validateAzd: ${{ vars.TEMPLATE_VALIDATE_AZD }}
3130
useDevContainer: ${{ vars.TEMPLATE_USE_DEV_CONTAINER }}
3231
validateTests: ${{ vars.TEMPLATE_VALIDATE_TESTS }}
32+
id: validation
3333
env:
3434
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
3535
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)